Shadow
Introduction
The box-shadow properties add shadow to the elements.
Box Shadow Properties
| Property | Values | Description |
|---|---|---|
| Position | outer, inner | Defines whether the shadow is inside or outside. |
| Color | color, transparent | Sets color of the shadow. |
| Blur Radius | number | Sets blur radius of the shadow. |
| Spread | number | Set size of the shadow. |
| Horizontal Length | number | Sets horizontal length of the shadow. |
| Vertical Length | number | Sets vertical length of the shadow. |
Was this article helpful?
YesNo