Design comparison
Solution retrospective
What did you guys find difficult in this project?
How did you approach setting the display?
Cheers!
Community feedback
- @mubizzyPosted about 2 years ago
Excellent job on this challenge! your report has a few issues though:
- wrap everything in your body in
<main>
or use semantics
<a href=# class=ff-primary fs-100 fw-primary-regular
remove thebutton
elementHope it helps:).
Marked as helpful1@achrustowskiPosted about 2 years ago@mubizzy Thank you for a helpful feedback :) I shall edit those!
0 - wrap everything in your body in
- @correlucasPosted about 2 years ago
πΎHello again @achrustowski, congratulations for your new solution!
Again a great solution here, the cards are good in design and also fully responsive. Now something you can do is to replace the divs with
<article>
to improve the semantics and create a media query to give less padding and make the card content grow a bit more aftermax-width: 300px
this will make the cards fit better the content and improve even more the responsiveness.π I hope this helps you and happy coding!
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