Background Origin

The background-origin property specifies where the background image is positioned.

Value Description
padding-boxThe default. The background image starts from the upper left corner of the padding edge.
border-boxThe background image starts from the upper left corner of the border.
content-boxThe background image starts from the upper left corner of the content.

Themeover CSS Reference

Close