Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
That i made the gridd cc work out fine. Fisrt time i use the css grid system,
What challenges did you encounter, and how did you overcome them?Getting it all in place. Reading and learning...
What specific areas of your project would you like help with?Noe at this point.
Community feedback
- @chelsea-herePosted 3 months ago
Hi there, the code looks really clean. I'm just getting comfortable with grid css myself and its interesting to see how we did things a bit differently, but both methods work. I love how you used the following lines in particular:
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
I was having a hard time trying to figure out how to keep the system flexible.Cheers, keep up the good work!
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