Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎ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 helpful1
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