CSS property: background-clip
Description
Determines the background painting area.
Syntax
background-clip: <box> [ , <box> ]*;
Values
- <box>
padding-box The background is painted within (clipped to) the padding box. border-box (by default) The background is painted within (clipped to) the border box. content-box The background is painted within (clipped to) the content box.