Design comparison
Solution retrospective
Grid is now more comfortable for me. This challenge force me to use and understand it. It's very tricky sometimes. Especially using a grid-are, you have to thing more about positioning:)
What challenges did you encounter, and how did you overcome them?The biggest issue i got with this project is sizing and positioning.
What specific areas of your project would you like help with?I cannot understand why on first card name and title position self just in place, but in the other cards it doesn't work. Next thing is sizing cards in desktop layout. I cannot figure out how to make column to be 100% filled, maybe some of you have any solutions :)
Community feedback
- @ROJOmaxPosted 2 days ago
add display grid to container, add gap. add 4 columns(grid-template-columns: repeat(4, 1fr);) check my code.
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