Design comparison
SolutionDesign
Solution retrospective
How you approach on styling the box shadow?
Your feedback will great ! ! !
Community feedback
- @SoulRvr29Posted over 1 year ago
Check out this site. Click here You can set the box shadow in different ways with the sliders on the left, and see the effect. On the right, you have code, that you can copy to css.
Marked as helpful0 - @Kamlesh0007Posted over 1 year ago
Here is an example of styling a box shadow in CSS: box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); This box shadow has a horizontal offset of 2 pixels, a vertical offset of 2 pixels, a blur radius of 4 pixels, and an opacity of 0.4. The color is set to black, but with a low opacity to make the shadow more subtle.
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