Landing page flex mobile-menu-hamburger

Solution retrospective
The appearance of the nav links, in the mobile menu navbar, is quite sudden, any suggestions to make it smoother?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @yasssuz
Hey, Andy's.
Good job! But I find some things that you should change:
- after 1440px the website collapse because of the media query, I was looking at the code but I don't know why you have a media query with the max-width at 1440px. I could try to help you if you explain this to me.
- about the navbar, you could make it appear on the screen smoothly putting
visibility: hidden; opacity: 0; transition: all 0.3s ease;
and when activevisibility: visible; opacity: 1;
happy coding and if I was helpful please upvote my comment :)
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