Add a box-shadow to a Card-like Element
Summary
- The
box-shadow
property applies one or more shadows to an element. offset-x
(how far to push the shadow horizontally from the element), offset-y
(how far to push the shadow vertically from the element), blur-radius
, spread-radius
and color
, in that order.
- The blur-radius and spread-radius values are optional.
Final Code