Design comparison
SolutionDesign
Community feedback
- @VickyAzolaPosted about 1 year ago
Hi! great work finishing this challenge 😊
Your solution is very close to the design, you just need to add the shadow with
box-shadow
on the card to make them stand out from the background. You can add something like this to your css:.cards { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
Here is more info about the box-shadow property
Hope this helps! 🤗
Marked as helpful0
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