Responsive menu - drop down/slide-in

Solution retrospective
Hi, please leave a comment if you have any suggestions on how I could improve this solution.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AdrianoEscarabote
Hello vglumac, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
Wrap a
.attribution
div, with a tag footer!If we see how the layout is behaving at higher resolutions, with the help of google dev tools we will see that it is stretching too much, to solve this we can use a max-width with the value we want the content to stop growing and to center use a margin: 0 auto;
body { maximum width: 1440px; margin: 0 auto; }
The rest is great!
Hope I helped... 👍
Marked as helpful
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