Answers for "all css box shadow types"

CSS
124

css box shadow

/* offset-x | offset-y | blur-radius | spread-radius | color */
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
Posted by: Guest on August-13-2020
1

box shadow css

box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
Posted by: Guest on August-20-2021

Browse Popular Code Answers by Language