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

EasyBank Landing Page

Aaryn 130

@Aaryn-Robinson

Desktop design screenshot for the Easybank landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


The most difficult part of the project was getting my mobile menu to work properly. Can someone look over my code and help me find out why my hamburger menu isn't working when the screen is below 768 pixels?

Open to all forms of constructive criticism. Please let me know where i can improve. Thank you!

Community feedback

Chris 520

@9CB5

Posted

In your media query, you have the following class:

.navbar{
display: none;
}

This code above is the reason why your mobile menu isn't showing. Replacing it to display: block should fix it.

Hope this helps.

Marked as helpful

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