Design comparison
Solution retrospective
Any feedback is always appreciated, thanks for viewing.
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Murray, congratulations for your solution!
I saw the really amazing work you've done in this challenge, creating this triple column component flexible and have tips for your only about two things.
1.Your component has the border too much rounded, try to use a value around
border-radius: 12px
2.Use section instead of div to manage the main component, note that div has not a semantic meaning, so prefer to use it in small block of content.
3.Use a general class to manage the cards and one for each card applying the things differents as colors, this way you've more control over the cards using a single class.
Hope it helps 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