Design comparison
SolutionDesign
Solution retrospective
feedback?
Community feedback
- @sulemaan7070Posted almost 2 years ago
hey maryan😄. congratulations on completing the challenge.. here are a few tips to improve your site.. 1.Firstly for the desired Active state on the li or
li:focus
..you can use thepadding-bottom
like thisli { list-style-type: none; color: var(--Dark-grayish-blue); padding-bottom: 20px; }
and make sure to remove unwanted padding-bottom
padding: 0 0 2rem 0;
🚫below the header and add margin-bottom instead..2.Add the property of
positiion:fixed
to the nav.. so that the user cannot scroll the Mobile-menunav { position: fixed;
Hope that helps,happy coding💯👍🏻🔥
Marked as helpful0
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