updates to website

This commit is contained in:
janis
2023-03-14 10:09:15 +01:00
parent 31c9eeb426
commit e85cf73881
5 changed files with 32 additions and 19 deletions

View File

@@ -63,6 +63,13 @@ body {
border-radius: 30px;
cursor: pointer;
margin: 1.5%;
transition: 1s;
}
.button:hover {
transition: 0.2s;
border-radius: 5px;
background-color: rgb(60, 85, 140);
}
#nav {