From 70cefc366f520797f8a3ee7d1be85a2e8d097ba6 Mon Sep 17 00:00:00 2001 From: Promlg1104 Date: Fri, 3 Dec 2021 20:48:49 +0100 Subject: [PATCH] =?UTF-8?q?vielleicht=20ja=20vielleicht=20nein.=20Backgrou?= =?UTF-8?q?nd=20Color=20ist=20schei=C3=9Fe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/seiten/css/design.css | 57 +++++++++++++++++++++++++++++++++++- index.html | 20 +++++++++++++ 2 files changed, 76 insertions(+), 1 deletion(-) diff --git a/assets/seiten/css/design.css b/assets/seiten/css/design.css index 1d791af..efc69d8 100644 --- a/assets/seiten/css/design.css +++ b/assets/seiten/css/design.css @@ -289,5 +289,60 @@ body{ padding: 30px 0; } +/* Footer */ +.footer { + background: #444; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); + margin-left: 2.5%; + margin-right: 2.5%; + margin-top: 80%; + width: 95%; + text-align: center; + border-radius: 1em; +} -/* An hier Mika */ +.ft-links a { + text-align: center; + font: bold 1.2em; + text-decoration: none; + display: inline-block; + width: 8.5rem; + height: 35px; + cursor: pointer; + background-color: #33383b; + color: #121212; + border-radius: 0.5em; + font-size: 1em; + margin-top: 0.5em; +} + +.ft-links a:hover { + color: #33383b; + background-color: #121212; + font-size: 1.15em; + text-decoration: underline; + transition: ease-in-out all 0.2s; +} + +.ft-icons { + margin-top: 1em; +} + +.fa{ + text-align: center; + text-decoration: none; + width: 2em; + height: 2em; + cursor: pointer; + background-color: #33383b; + border-radius: 2px; + font-size: 1.9em; + color: #fff; +} +.fa:hover{ + background-color: #121212; + transition: ease-in-out all 0.2s; +} + + +/* Ab hier Mika */ diff --git a/index.html b/index.html index f39743c..1c2c923 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ + @@ -45,7 +46,26 @@

- Überschrift -

+
+ +