Design comparison
SolutionDesign
Solution retrospective
I put in some changes so the page is now responsive, any feedback on how to improve is welcome.
Community feedback
- @Dharmik48Posted about 3 years ago
Hey👋,
I think you need to improve your solution. First of all it is not responsive at all! And making a site responsive is the most important thing. Concept of
media-queries
is used to make sites responsive, read this article.- Also you have used fixed unit
px
for everything but it is not a good practice, instead use relative units likeem
,rem
,vh
, etc. Using such units also make responsive design easier!
Marked as helpful0 - Also you have used fixed unit
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