3-column_preview_card with bootstrap grid

Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
👾Hello @Zsollt88, congratulations for your new solution!
You can improve your solution by giving the cards a border-radius less rounded, the value for this challenge is
border-radius: 14px
. Improve also the semantics replacing the main div with<main>
and the div that wrap the cards with<article>
to improve the accessibility. Note that div is not a meaningful tag so give preference ever to tags that describe its content.👋 I hope this helps you and happy coding!
Marked as helpful
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