boxShadow

abstract var boxShadow: BoxShadow?(source)

The box-shadow CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the element, blur and spread radius, and color.

Syntax: none | <shadow>#

Initial value: none

| Chrome  | Firefox | Safari  |  Edge  |  IE   |
| :-----: | :-----: | :-----: | :----: | :---: |
|   10    |    4    |   5.1   |   12   |   9   |
|    1′   |         |    3′   |        |       |

See also