From f865abadd551e82917e0c6fc8bbb703cd95e5e3d Mon Sep 17 00:00:00 2001 From: octospacc Date: Sat, 31 Oct 2020 18:57:29 +0100 Subject: [PATCH] maybe the css is finally fixed --- public/assets/css/Dark.css | 12 ++++++++---- public/index.html | 14 +++++++------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/public/assets/css/Dark.css b/public/assets/css/Dark.css index 0d2c9e5..b898273 100644 --- a/public/assets/css/Dark.css +++ b/public/assets/css/Dark.css @@ -1,3 +1,5 @@ +@import url(Font_F25_Bank_Printer.css); + a { color: #17c3ea; } @@ -15,7 +17,7 @@ body { color: #F0F0FF; } -.container { +.content { background-color: rgba(0,0,0, 0.8); width: 100%; position: absolute; @@ -30,9 +32,11 @@ body { } .footer { - position: absolute; - bottom: 0; + background-color: rgba(48,48,48, 0.7); + position: fixed; + bottom: 0px; width: 100%; - height: 60px; + height: 20px; text-align: center; + overflow-x: hidden; } \ No newline at end of file diff --git a/public/index.html b/public/index.html index c32c186..c4946cd 100644 --- a/public/index.html +++ b/public/index.html @@ -12,23 +12,23 @@ - - -
+ +

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.

+

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?)




+
+ \ No newline at end of file