Update style.css

This commit is contained in:
Michi 2022-05-10 16:32:45 +02:00 committed by GitHub
parent 2dddcd3801
commit 8b8c7c27b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;}