Design comparison
Solution retrospective
Any feedback is welcome... thanks
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Ben, congratulations for your new solution!
Here's my tips for you:
The value you’ve used for the shadow make it too much dark and strong, to create a smooth shadow you need to give it less
opacity
and moreblur
try this value for example and see the difference between the previous shadow and this onebox-shadow: 5px 5px 15px 5px rgb(0 0 0 / 5%);
To use meaningful tags to wrap the content, you can replace the
div
you’ve used for each card with<article>
. Remember to wrap big blocks of content with semantic tags and never divs, use divs for small blocks.👋 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