added a nav menu

This commit is contained in:
janis
2022-12-14 12:17:13 +01:00
parent 0c651e3f28
commit 7112b26d24
4 changed files with 50 additions and 2 deletions

27
website/css/menustyle.css Normal file
View File

@@ -0,0 +1,27 @@
.Topmenu {
width: 101vw;
padding: 0.3%;
background-color: blue;
margin-left: -1%;
margin-top: -1%;
}
.menubody {
width: 90%;
margin-top: 1.5%;
margin-left: 5%;
}
.Menu {
display: inline-flex;
justify-content: center;
align-content: center;
width: 80vw;
height: 100%;
}
.menubutton {
text-decoration: none;
background-color: none;
color: white;
}