Design comparison
SolutionDesign
Community feedback
- @dboca93Posted 4 months ago
Great job !
Keep in mind it's a good idea to throw a min-width: 320px (or the equivalent rem) onto the body element, to prevent it from collapsing at extremely small screen sizes.
Perhaps you could use the
article
element instead a plain div for the cards, this would incorporate more semantic html. Also, try if possible to include an explicit width and height for theimg
elements, this will help the page load faster.Enjoy your coding journey !!!
0 - @appsbygitaPosted 4 months ago
Nice! Well-structured, readable code and responsive design.
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