Restaurant section

This commit is contained in:
2022-11-05 19:18:33 +02:00
parent 6547f8ad8b
commit fb6144c606
5 changed files with 43 additions and 0 deletions

View File

@@ -98,3 +98,24 @@
.link:hover {
color: #3a3a3a;
}
.menuContainer {
display: flex;
justify-content: space-evenly;
width: 100%;
height: 3rem;
}
.menuLink {
text-decoration: none;
border-bottom: 3px solid;
color: #686868;
}
.menuLink:hover {
color: #a3a2a2 !important;
h1 {
color: #a3a2a2 !important;
}
}