Add menu.

This commit is contained in:
2023-08-31 15:59:18 +00:00
parent 2ed4a722c2
commit 55a50c575b
5 changed files with 37 additions and 0 deletions

View File

@ -106,3 +106,25 @@ blockquote {
margin-left: 25px;
margin-right: 25px;
}
.menu {
border-bottom-width: 1px;
}
.menu__list {
border: none;
background-color: white;
}
.menu__item:hover {
background-color: #dddddd;
}
.menu__text {
color: black;
}
.menu__item--active {
color: black;
background-color: #f4f4f4;
}