Responsive blog card using HTML, CSS Media queary
Design comparison
Solution retrospective
What I am most proud of is able to Understand the usage of Min and the Max usage in media query.
What challenges did you encounter, and how did you overcome them?Making the responsiveness on various screen sizes.
What specific areas of your project would you like help with?For now none I guess.
Community feedback
- @MikDra1Posted about 2 months ago
Well done, here are some things to review π:
-
Overusing div tags: Try using more semantic HTML elements like
<section>
,<header>
, and<article>
. Itβll help with both accessibility and SEO. -
Neglecting responsive design: Make sure you're using media queries and following a mobile-first approach so your site looks great on all devices.
-
Inconsistent class naming: Itβs easy to end up with a mess of class names. Consider using a system like BEM for better organization and scalability.
-
Using px for everything: Instead of
px
for fonts and layouts, try using relative units likerem
orem
to make your design more adaptable to different screen sizes.
Hope you found this comment helpful πππ
Good job and keep going πππ
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