-
The background-origin CSS property sets the background's origin from:
- the border start
- inside the border
- inside the padding
values
-
border-box
The background is positioned relative to the border box -
padding-box
The background is positioned relative to the padding box -
content-box
The background is positioned relative to the content box
-