Design comparison
Solution retrospective
I am looking for a refresh on how to change the grid layout at different breakpoints. I only used one with this project, so it wouldn't look so great on a tablet. Any feedback welcome. Thank you!
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey michaella23, good job completing this challenge. Keep up the good work.
Your solution looks great, I can't see anything to change, with regards to your question at the different breakpoints just alter the value of the css property
grid-template-columns
.In terms of your accessibility issues simply wrap all your content between
<main>
tags to resolve all the issues.I hope this helps
Cheers Happy coding.👍
Marked as helpful0
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