Design comparison
SolutionDesign
Community feedback
- @jen67Posted 11 months ago
Hey Manuel,
Great job on the code! 👏 Just a quick suggestion: consider adding hover effects for both your navigation button and links.
For the button, try this:
.button:hover { /* Desired hover effect */ }
And for the nav links:
nav a:hover { /* Desired hover effect */ }
Keep up the awesome work!
1
Please log in to post a comment
Log in with GitHubJoin 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