
Design comparison
SolutionDesign
Community feedback
- @TrEv0rRrRrPosted 4 months ago
Hi men! Great code, I notice a couple of areas where you can add some improvements:
- For the hover style: To enhance interactivity, I suggest wrapping the <a> tags inside <li> tags and applying hover effects like this:
li:hover { background-color: yourColor; } li:hover > a { color: yourColor; }
- Responsive: I realized that you used media-queries for responsive design, which is great! To make your design more adaptive consider using relative units. For example:
font-size: 1.25rem;
instead offont-size: 20px;
0
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