Design comparison
SolutionDesign
Solution retrospective
Please tell me how I can use box shadows in my project?
Community feedback
- @CyberGeniPosted almost 3 years ago
Nice work here Sakar, you did great.
You can apply box shadows by using the
box-shadow
property. syntax:box-shadow: {x-offset} {y-offset} {blur} {spread} {color}
if you have trouble finding the right amount and color of shadow, you can use developer tools in Chrome to set it.here's a tutorial to get you started: W3schools
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