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

Update file menu.html

parent e9718d02
No related branches found
No related tags found
No related merge requests found
Pipeline #397193 passed
......@@ -72,6 +72,11 @@
top: 100%;
border-radius: 10px;
overflow: hidden;
padding: 5px; /* Add some padding */
}
.son li {
margin: 5px 0; /* Add some vertical spacing between items */
}
.son li a {
......@@ -79,14 +84,16 @@
padding: 12px 20px;
text-decoration: none;
display: block;
transition: all 0.2s ease;
transition: all 0.3s ease; /* Changed from 0.2s to 0.3s for consistency */
white-space: nowrap;
border-radius: 20px;
border-radius: 20px;
}
.son li a:hover {
background-color: #fa8072;
color: white;
transform: translateY(-2px); /* Add the slight lift effect */
box-shadow: 0 4px 10px rgba(250, 128, 114, 0.3); /* Add the shadow effect */
}
@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