Answers for "box shadow color in css"

CSS
16

box shadow css

#Box-shadow-example {
Box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
<!-- offset-x, offset-y, (blur-radius and/or spread-radius=optional) and color-->
Posted by: Guest on February-11-2020
-1

box shadow css

/* add depth to your webpage */

box-shadow: <x-offset> <y-offset> <blur-radius> <spread-radius> <color>;
Posted by: Guest on March-16-2021

Browse Popular Code Answers by Language