Design comparison
Solution retrospective
Any suggestion will be appreciated.
Community feedback
- @stephaniequintanaPosted almost 3 years ago
Great job! Your code is very clean. I appreciate the tid-bit on specificity. I haven’t come across it, but hope to remember it if I do :)
The only suggestion I can make is that rather than hard coding (margins, paddings, font sizes…) in px, consider using a more responsive unit like %, rems or ems - this will help your sites remain responsive. You’ll have less breakpoints and elements to target in your media queries later on.
One of the best explanations I found for this is by Kevin Powell, https://m.youtube.com/watch?v=_-aDOAMmDHI#menu. He is actually an excellent resource on all things CSS.
Kudos.
Marked as helpful1@rogeriobautzPosted almost 3 years ago@stephaniequintana Thank you for the feedback. I used rem in another card challenge that I did with multiples media queries it was indeed easier to make it responsive. I watched some of Kevin Powell's videos and it was very helpfull. Thank you for the recomendation.
0
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