Skip to content
Snippets Groups Projects
Commit 93135c53 authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file menu.html

parent 4e3ea547
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
left: 0;
z-index: 1000;
height: 50px;
border-bottom: 2px solid #fa8072;
border-bottom: 2px solid #006400 ;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
display: flex;
justify-content: center;
......@@ -54,7 +54,7 @@
.my-navbar > li > a:hover,
.my-navbar > li > a.active {
background-color: #fa8072;
background-color: #006400 ;
color: white;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(250, 128, 114, 0.3);
......@@ -90,10 +90,10 @@
}
.son li a:hover {
background-color: #fa8072;
background-color: #006400 ;
color: white;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(250, 128, 114, 0.3);
box-shadow: 0 4px 10px rgba(3, 102, 25, 0.3);
}
@media (max-width: 768px) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment