CSS flexbox tutorial

Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
👾Hello Ohida Elizabeth, congratulations for your new solution!
Great solution as always, you've done a great work here. The design is perfect the container/cards are fully responsive. Something you might change in order to improve is the code semantics, for example the main div wrapping all content you can replace with
<main>
and each card can be wrapped with<article>
remember that div are not meaninful tags, so ever use semantic tag for big block of content.👾My rating for this solution: ⭐⭐⭐⭐⭐
👋 I hope this helps you and happy coding!
Join 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