Design comparison
Solution retrospective
Media queries were tough in this one ( ̄ヘ ̄) I will be grateful for feedback
Community feedback
- @gerichilliPosted over 2 years ago
Hi Kapline, your project is beautiful and it almost looks same as the design. There are some points that I think you should fix to make it better
-
If you use tag
section
, I think you should use it for cards instead of using 1 section for images and 1 section for content. You can refer to the meaning and usage ofsection
here Section -
To make images responsive, you can use srcset for
img
orpicture
tags to let the browser decide itself, you don't need to use media queries and separate img tags for each device. You can refer how to do it here
Happy codding ^^
1 -
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