Design comparison
SolutionDesign
Solution retrospective
Intro section with dropdown navigation. Any Feedback welcome are welcome.
Community feedback
- @sulemaan7070Posted over 1 year ago
hey 😄Alberth Ruado, great job on completing the challenge!! here are a few suggestions to make your site better..
I see that you have used
150 vh
for the.nav-main
which is scroll behavior.. the user should not be able to scroll when he opens themobie-menu
or.nav-main
.. you can do the following changes...nav-main { position: fixed; height: 100vh; } and the rest is same
positioned as fixed will stick the
.nav-main
on the screen..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