Design comparison
SolutionDesign
Solution retrospective
General Feedback
Although, if something stands out that you see as being a coding "no-no", please let me know.
Thanks!
Community feedback
- @Dharmik48Posted about 3 years ago
Hey👋,
Your solution is really nice! But I some suggestions:
- You have used absolute unit
px
everywhere, which a no-no, instead use relative units likeem
,rem
, etc. which is a very good practice and also make responsive design easy! - And increase the value
601px
to more like1024
or something as around that size the card is overflowing causing a horizontal scroolbar.
Keep Developing👍
Marked as helpful1 - You have used absolute 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