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

anass sanbaβ€’ 450

@sanba-anass

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


inspired by Melvin Aguilar πŸ§‘πŸ»β€πŸ’» thanks for the beautiful challenge it's quiet a lot of code to write and i repeated my self multiple times but here we go at least idid my best πŸ˜…πŸ˜…

Community feedback

S MD sulemanβ€’ 3,530

@sulemaan7070

Posted

hey anass sanbaπŸ˜„, you made a super cool site.. loved the dark mode transition... here are a few things you can do to make it better..

1.The mobile menu which you named as .menu is positioned absolutely... if I open the mobile menu and scroll it down it is scrollable.. to tackle that issue you can use

.menu {
    position: fixed; 
}

2.Add an overlay in the background when the mobile-menu is opened.. more about the overlay hereπŸ“š

Everything else is superb!! happy codingπŸ’―πŸ‘πŸ»βœ…

Marked as helpful

1

anass sanbaβ€’ 450

@sanba-anass

Posted

@sulemaan7070 hey thank you so much for the valuable feedback iwill make a tweek to my code later 😁😁πŸ₯°

1

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