Design comparison
SolutionDesign
Solution retrospective
I had some difficulties to keep the content of each card from overflowing when shrinking the page, how could I fix that so that the content shrinks with the width?
Community feedback
- @mubizzyPosted over 2 years ago
Excellent job Isaac, but your container should be wrapped in your main Tag
<body> <main> <div class="container"> </div> </main> </body>
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