Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Dario, congratulations for your new solution!
I think you've a litte issue with the shadow that's to evident. to create a smooth shadow you need to give it less
opacity
and more `blur.The correct value for this shadow is
box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 3%);
If you’re not familiar to box-shadow you can use this site to create the shadow design and then just drop the code into the CSS: https://html-css-js.com/css/generator/box-shadow/
✌️ I hope this helps you and happy coding!
1
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