---
layout: single
property_name: background-clip
---
Defines how far the background should extend within the element.
The background extends completely throughout the element, even under the border.
The background only extends to the edge of the border: it includes the padding but not the border.
The background only extends to the edge of the content: it doesn't include the padding, nor the border.
#background-clip
default
background-clip: border-box;
background-clip: padding-box;
background-clip: content-box;