CSS property: background-clip

Description

Determines the background painting area.

Syntax

background-clip: <box> [ , <box> ]*;

Values

<box>
padding-boxThe background is painted within (clipped to) the padding box.
border-box (by default)The background is painted within (clipped to) the border box.
content-boxThe background is painted within (clipped to) the content box.

Versions