mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-23 04:56:31 +01:00
Update style.css
This commit is contained in:
parent
2dddcd3801
commit
8b8c7c27b2
1 changed files with 54 additions and 0 deletions
54
style.css
54
style.css
|
|
@ -51,12 +51,45 @@ body{
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
margin: 10px 15px 15px 15px;
|
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{
|
#footer{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#imprint, #copyright{
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footerContent{
|
#footerContent{
|
||||||
|
|
@ -69,5 +102,26 @@ body{
|
||||||
padding: 15px;
|
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;}
|
::selection {background: var(--maincolor); color: #ffffff; border-radius: 12px;}
|
||||||
::-moz-selection {background: var(--maincolor); color: #ffffff; border-radius: 12px;}
|
::-moz-selection {background: var(--maincolor); color: #ffffff; border-radius: 12px;}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue