Design comparison
Solution retrospective
Hey everyone! I've experimented with responsive typography and sizing in this challenge and it was interesting.
Any feedback will be highly appreciated! ๐
Community feedback
- @correlucasPosted about 2 years ago
๐พHello Francesco, congratulations for your new solution!
Your component is great and fully responsive, the only thing I think is a bit off is the shadow that's too evident, dark and strong, to create a smooth shadow you need to give it less
opacity
and moreblur
hereโs a good value for this shadowbox-shadow: 5px 5px 15px 5px rgb(0 0 0 / 5%);
Create better
box-shadow
using this online tool: https://www.cssmatic.com/box-shadow๐ 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