finished menu and added another page

This commit is contained in:
janis
2022-11-04 20:41:46 +01:00
parent 1a488cf029
commit d03b3b9718
4 changed files with 76 additions and 13 deletions

View File

@@ -6,6 +6,11 @@ body {
width: 10%
}
.stickybox {
position: sticky;
position: -webkit-sticky;
}
.Menu {
margin: 0;
padding: 0;
@@ -31,6 +36,12 @@ a:hover {
background-color: darkblue;
}
.subitems:hover {
animation-name: fadein;
animation-duration: 300ms;
background-color: darkblue;
}
.dropdown-menu {
margin: 0;
padding: 0;