finished menu and added another page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user