diff options
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 |
