diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 17:16:08 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 17:16:08 +0100 |
| commit | b5766ea986598e7ec53036d41deb9b0d152742ed (patch) | |
| tree | 9e97d58592810ed4f93898bcd15c94d769f1a13e /site/assets/css/splash.css | |
| parent | c7dbbddf3539efc6d2d321cda9080005de9b6443 (diff) | |
light bath on oktween
Diffstat (limited to 'site/assets/css/splash.css')
| -rw-r--r-- | site/assets/css/splash.css | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
