Design comparison
SolutionDesign
Solution retrospective
Hope to get some advice, especially for the responsiveness part. Still a bit struggle for the responsiveness part. Thank you.
Community feedback
- @techantherePosted almost 3 years ago
It looks great on larger screens. For smaller screens, it doesn't work. You should start mobile-first design, where you design for smaller screens first like you position all the boxes according to mobile design and then use media query
@media only screen and (min-width: 768px)
for large screen and then 1440px afterwards etc. Using max-width: 375px is unnecessary.Marked as helpful0@arilhrPosted almost 3 years ago@techanthere Thank you for the advice. I'll try that for my next challenge :D
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