Answers for "css box shados"

19

box shadow

box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
// copy this
Posted by: Guest on June-29-2020
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

Browse Popular Code Answers by Language