Submitted about 3 years ago
Responsive Sunnyside landing page with CSS Grids & flex-box...
@iniyan-web
Design comparison
SolutionDesign
Solution retrospective
Feedbacks are appreciated....
Community feedback
- @MojtabaMosaviPosted about 3 years ago
1- Hamburger menu on mobile view is only center for specific width using following properties is could be centered for any viewport width.
left: 50%; transform: translateX(-50%)
2- You use a lot fix heights, doing so has many side effects such as you having to redefine them frequently for responsiveness. I suggest you spend some time reading about mobile first workflow.
Keep coding :=)
0@iniyan-webPosted about 3 years ago@MojtabaMosavi Thank you for your valuable feedback.. Will take care here after..
0
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