backgroundClip

The background-clip CSS property sets whether an element's background extends underneath its border box, padding box, or content box.

Syntax: <box>#

Initial value: border-box

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

See also