preview

Dropdown Menu with Pricing
Elite Beauty Services
Elite Beauty Services
.service-menu-title { font-size: 24px; font-weight: bold; margin-bottom: 16px; } .service-menu-list { list-style-type: none; padding: 0; margin: 0; } .service-menu-item { margin-bottom: 10px; } .service-menu-link { text-decoration: none; color: #333; transition: color 0.3s ease; display: inline-block; padding: 10px; width: 100%; /* Added width */ border: 1px solid #333; border-radius: 4px; background-color: #fff; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); } .service-menu-link:hover { color: #fff; background-color: #333; }
Elite Beauty Services