Restaurant section
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user