From 8b8c7c27b24d41ddaf065318fad6731714aec598 Mon Sep 17 00:00:00 2001 From: Michi Date: Tue, 10 May 2022 16:32:45 +0200 Subject: [PATCH] Update style.css --- style.css | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/style.css b/style.css index 4494dac..68ac7fc 100644 --- a/style.css +++ b/style.css @@ -51,12 +51,45 @@ body{ width: auto; height: 36px; margin: 10px 15px 15px 15px; + float: left; + } + + #navbar-links{ + float: right; + } + + #toggleNav{ + text-align: right; + color: #fff; + margin: 15px 15px 15px 15px; + } + + #home{ + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; + align-items: baseline; + } + + #home img{ + width: 80%; + height: auto; + background-image: url("blob1.svg"); + background-position: right; + background-repeat: no-repeat; } #footer{ margin: 0; padding: 0; color: #fff; + width: auto; + height: auto; + } + + #imprint, #copyright{ + display: none; } #footerContent{ @@ -69,5 +102,26 @@ body{ padding: 15px; } + a{ + color: inherit; + text-decoration: none; + } + + a:hover{ + color: inherit; + text-decoration: underline; + } + + i{ + text-decoration: none; + outline: none; + font-style: normal; + } + + i:hover{ + text-decoration: none; + outline: none; + } + ::selection {background: var(--maincolor); color: #ffffff; border-radius: 12px;} ::-moz-selection {background: var(--maincolor); color: #ffffff; border-radius: 12px;}