Design comparison
SolutionDesign
Solution retrospective
Challenge 2 done
Community feedback
- @dev-mksinghPosted 9 months ago
Hey @PiyushYadavPY congrats on completing your project. I would like to mention that your project is not
responsive
. And for that not justmedia-queries
orflex
butrelative-unit lengths
comes into play. Currently you usedfixed length(px)
for the width of the elements. I'd suggest using%
,rem
,em
etc, also if you are usingflex
you can useflex-basis
. Hope you understand what i'm trying to lead through. I hope this will be helpful. All the best.Marked as helpful1
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