Design comparison
Community feedback
- @LarisaKampePosted 2 months ago
Hello there! Great solution!
Your code is really well organized. Just check the colors again (like bg and shadow of the boxes), and gap. Overall good work!
ps. And just a quick tip all the cards basically have mostly the same css the difference is in color of the border so you could have done it by putting the same class to all the cards like:
card. { background-color: height: padding: border-top: border-radius: box-shadow: etc. } and than just add the different border color based on the second class that is specific for the div. Hope that that makes sense. This is really just a different way of doing things ;)
0
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