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 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 site/assets/css/splash.css (limited to 'site/assets/css/splash.css') 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 -- cgit v1.2.3-70-g09d2