Submitted over 2 years ago
Intro section with responsive dropdown navigation
@Just9krish
Design comparison
SolutionDesign
Solution retrospective
One challenge completed ;
Community feedback
- @tesla-ambassadorPosted over 2 years ago
Hey Just9krish! Congratulations on completing the challenge, it looks really sharp! Here's a few pointers:
- You might want to improve the responsiveness between 560px and 820px, the layout breaks a little. I think you could change the
flex-direction
property tocolumn
and then you could also introduce the hamburger menu at around 760px. That will solve some of the responsiveness issues. - You might want to use a class attribute of
submenu
instead of an Id attribute because id's are not meant to be duplicated and therefore if you want to apply the same properties /styles to different components, you need to use an Id. This will clear some of your HTML validation issues.
Happy coding and keep up the great work👍
Marked as helpful0 - You might want to improve the responsiveness between 560px and 820px, the layout breaks a little. I think you could change the
Please log in to post a comment
Log in with GitHubJoin 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