big css changes

added some nice effects :)
This commit is contained in:
Nye Evans 2021-05-26 11:42:53 +01:00
parent 84f03e6c20
commit 7764d06c37
3 changed files with 52 additions and 5 deletions

View file

@ -13,6 +13,7 @@ body{
color: #ffd256;
background-color: #181818;
font-family: "roboto";
line-height: 1.3;
}
button{
@ -21,6 +22,7 @@ button{
color: #ffd256;
}
button:focus {
border: none;
outline: none;
@ -329,7 +331,7 @@ h1{
#socialBar{
justify-content: center;
font-size: 4vw;
font-size: 5vw;
margin-bottom: 0.8vh;
}
}