
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Joshk7
This looks great! One small improvement you could add is a slight animation when hovering on the buttons with drop shadows. This is what I did:
.button:hover { box-shadow: none; transform: translateY(0.25rem); }
That just moves the button down slightly so it looks as if you're pressing the button into the background.
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord