Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Intro section with dropdown navigation

@alberthgrande

Desktop design screenshot for the Intro section with dropdown navigation coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Intro section with dropdown navigation. Any Feedback welcome are welcome.

Community feedback

S MD suleman 3,530

@sulemaan7070

Posted

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 the mobie-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 helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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