Design comparison
Solution retrospective
I'm having a problem with the navigation bar items upon hovering- I was able to refine it to the best of my abilities but I could not get the anchor item to be the full size of the list item. You will notice that when you hover over the nav items the line border-bottom will be in different places. Any suggestions?
Additionally, would love any feedback regarding my code and how I can make it better. Thank you!
Community feedback
- @rfilenkoPosted over 4 years ago
Hi, just don't define padding in % on your .nav-links, use px or relative units(em,rem) for that. Also you are adding border-bottom only on hover, which causes link jumping those border-width - 2px. Roman
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