
Solution retrospective
To have the navigation menu in mobile design displayed like the project's design. I couldn't display it as desired and later realized CSS transition does not apply to the display property. Therefore, instead of hiding the navigation in the first place, I display it 'block' somewhere out of the screen and reposition it when the open/close button is clicked.
What challenges did you encounter, and how did you overcome them?Getting the navigation menu displayed properly in mobile design. I use JavaScript to open and close the menu by changing the HTML style of the navigation menu.
What specific areas of your project would you like help with?All feedback is welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on percydocomo's solution.
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