
Design comparison
SolutionDesign
Community feedback
- @Ejiro-FrancesPosted about 2 months ago
The overall layout looks really good. However I did notice a few things and have suggestions.
- You should have a general selector to fix box-sizing. That is, ''
- { box-sizing: border-box } ''
-
The <li> items should not be placed in a <div> container. You can use anchor tags within the <li> element for your nav links.
-
You should apply a transparent padding on the links so that the padding does not create a new space when it is hovered.
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