Design comparison
Solution retrospective
I had a hard time creating CSS Grid layout, but I believe it was successful. I intend to redo this challenge to train CSS Grid instead of using Bootstrap.
Any feedback will be appreciated.
Community feedback
- @mattstuddertPosted over 4 years ago
You've done a really good job, Alex! Nice to see you using CSS Grid. It's such an amazing feature of CSS now, so it's well worth learning thoroughly. One smaller issue when it changes to a mobile layout is that the column of cards is off-centre. You can fix this by adding
margin: 0 auto;
to the.card-container
class.Keep up the great work!
1 - @fadzrinmaduPosted over 4 years ago
hello Alexrjj your solution is very good, your code looks clean good work
1
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