Submitted 7 months ago
Responsive Blog Preview Card using Html and Css
@Vishal-Yadav-001
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I came to learn about media queries and some stuff about figma.
What challenges did you encounter, and how did you overcome them?I face issue while understanding designs and their measurments in figma, I am continuing to learn more about figma.
What specific areas of your project would you like help with?Figma and media queries.
Community feedback
- @FPPalmeroPosted 7 months ago
it's recommended to use rem instead of px for better responsiveness, if you set
:root { font-size: 62.50% }
html { font-size: 1.6rem }
it will transform 1rem in 10px. So, instead of you use 30px, you will use 3.0rem.
Marked as helpful0
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