Submitted over 3 years ago
Mobile first approach; grid-areas; pseudo-class positions
@KristaCalleja
Design comparison
SolutionDesign
Solution retrospective
Thank you Chamu for the tip. Grid-areas worked like a charm! Updated solution.
Community feedback
- @ChamuMutezvaPosted over 3 years ago
You have declared grid in your css but that was it and the rest of the positioning is now being done with margins, you have to apply it to individual cards to position them in their proper places. Look into properties like
grid-area
for example and see how to apply it.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