Design comparison
Solution retrospective
I first tried to make this exercise in flexbox. But that didn't work for me. Since I didn't know CSS grid, I watched a youtube video and after that video I made this exercise. As a result, I am assuming that there are areas of improvement. Feedback is appreciated.
Community feedback
- @pikapikamartPosted over 3 years ago
Great work even though like you said, was it your first grid styling? Well apart from that, tips. As I can see in your mobile state or breakpoints rather, you added
grid-row
to the child elements right. Well it works but it will be better if your container have agrid-template-rows
property, just to you know, keeping it semantically styled. You could added likerepeat(5, auto)
something like that. But hey, good work even though its a first^0@LadyoftheCavePosted over 3 years agoHi Pikamart. Thank you for your reply, I will work on my code.
0@pikapikamartPosted over 3 years ago@LadyoftheCave Don't forget to commit so we could see the update^
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