Design comparison
SolutionDesign
Solution retrospective
Finally done with this challenge, kindly comment if you can.
~George
Community feedback
- @alagiboyPosted over 1 year ago
Hey George, Nice work.
Very clean and readable mark-up and styles.
though I notice a small miss on the design, the Patrick Abrams card is to span across the cards above it. I believe you are missing an extra pseudo class in your media query.
something like this would fix the issue. .card:nth-of-type(4) { grid-column: 2 / 4; grid-row: 2; }
Marked as helpful1@RatifiedPosted over 1 year ago@alagiboy Hey too Thank you. I hadn't caught that. Lemme fix it.
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