summaryrefslogtreecommitdiff
path: root/site/assets/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-27 17:16:08 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-27 17:16:08 +0100
commitb5766ea986598e7ec53036d41deb9b0d152742ed (patch)
tree9e97d58592810ed4f93898bcd15c94d769f1a13e /site/assets/css
parentc7dbbddf3539efc6d2d321cda9080005de9b6443 (diff)
light bath on oktween
Diffstat (limited to 'site/assets/css')
-rw-r--r--site/assets/css/splash.css20
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