Design comparison
SolutionDesign
Community feedback
- @themegazordPosted about 2 years ago
Hi Muhammed. Thanks for the feedback, it's my first project as a front-end, primarily I'm a back-end developer.
I will try to improve based on your feedback.
1 - @mbilal-xPosted about 2 years ago
Hi Gustavo!
I have seen your design... your design breaks between
375px
and800px
. To fix this you can change you@media (max-width: 375px)
to@media(max-width: 800px)
. Then inside this same media query add to.content{ max-width: 375px; }
- For your future designs look into mobile first designing mobile first code
-> Congratulations!! on your first challenge here. Goodluck on your frontend journey.
1
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