Design comparison
SolutionDesign
Community feedback
- @gwtpraveenPosted over 2 years ago
Hey good job completing this challenge
Keep up the good work
to prevent overflow on smaller screens set media query max-width greater than card's width like this
@media screen and (max-width: 650px) {...}
In terms of accessibility issues simply wrap all your content between main tags
I hope this helps
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