
Design comparison
Solution retrospective
I've rediscovered how grids work. what caused me a bit of trouble was aligning the blocks with the grids. this code helped me a lot.
What challenges did you encounter, and how did you overcome them?.cards { grid-template-areas: "card_1 card_2 card_4" "card_1 card_3 card_4"; }
N/A
What specific areas of your project would you like help with?N/A
Community feedback
- P@rinta-gitPosted 4 months ago
Your solution for positioning cards is impressive. I have different solutions, so this one taught me a new approach. Thanks.
One suggestion: utilize @mixin for repetitive card styles to reduce redundancy.
Happy coding :)
Marked as helpful1@dimitrimabomPosted 2 months ago@rinta-git Thanks for the suggestion, I'll make a note of it for future improvement.
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