From b5766ea986598e7ec53036d41deb9b0d152742ed Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 27 Jan 2019 17:16:08 +0100 Subject: light bath on oktween --- site/assets/css/splash.css | 20 ++++++++++++++++++++ site/assets/demo/splash/index.html | 4 ++-- site/assets/js/vendor/oktween.js | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 site/assets/css/splash.css (limited to 'site') diff --git a/site/assets/css/splash.css b/site/assets/css/splash.css new file mode 100644 index 00000000..e60c7261 --- /dev/null +++ b/site/assets/css/splash.css @@ -0,0 +1,20 @@ +/* splash */ + +html, body { + overflow: hidden; + width: 100%; height:100%; +} +header { + position: absolute; + background: transparent; +} +footer { + background: transparent; + position: absolute; + bottom: 0; left: 0; +} +.splash { + position: absolute; + top: 0; left: 0; + width: 100%; height: 100%; +} \ No newline at end of file diff --git a/site/assets/demo/splash/index.html b/site/assets/demo/splash/index.html index 371d573e..f2a4f94e 100644 --- a/site/assets/demo/splash/index.html +++ b/site/assets/demo/splash/index.html @@ -23,9 +23,9 @@ About -
+
+ -