From 519f67dc6e50860961b70352e73771d8a5d1e47f Mon Sep 17 00:00:00 2001 From: octospacc Date: Sat, 31 Oct 2020 10:42:39 +0100 Subject: [PATCH] fix css and add sticky footer --- public/assets/css/Dark.css | 34 +++++++++++++++------------------- public/index.html | 11 ++++++----- 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/public/assets/css/Dark.css b/public/assets/css/Dark.css index aea8a64..8142aec 100644 --- a/public/assets/css/Dark.css +++ b/public/assets/css/Dark.css @@ -1,36 +1,32 @@ html, body { background-image: url(../gif/bg/0.gif); background-size: cover; - min-height: 100%; - height: 100%; margin: 0; color: #EFEFFF; + height:100%; } .container { background-color: rgba(0,0,0, 0.8); - height: 100%; min-height: 100%; + margin: 0; + position: fixed; + width: 100%; + height: 100%; } .content { padding: 5%; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - z-index: 2; - width: 80%; + height: 75%; + overflow: auto; } -.blur { - height: 100%; - background-position: center; - background-repeat: no-repeat; - background-size: cover; - filter: blur(8px); - -webkit-filter: blur(8px); - -moz-filter: blur(8px); - -o-filter: blur(8px); - -ms-filter: blur(8px); +.footer { + background-color: rgba(28,28,34, 0.8); + width: 100%; + bottom: 0; + left: 0; + position: absolute; + padding-top: 1%; + padding-bottom: 1%; } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 9873d58..0e86597 100644 --- a/public/index.html +++ b/public/index.html @@ -19,15 +19,16 @@ -
-
- -
+
+

OctoSpacc Momentum





Welcome to my (I know) pretty strange Web world.




The only thing that's here now is my blog-like thingy, only in Italian.

You can reach it at /blog/it/.



-
(And if you don't understand Italian but still want to see something...
Why don't you use Google/Bing/whatever Translator?)
+
(And if you don't understand Italian but still want to see something...
Why don't you use Google/Bing/whatever Translator?)


+
+