CSS property: -webkit-background-origin

Description

Determines where the background-position property is anchored.

The background position can be anchored at the upper-left corner of the border, the upper-left corner of the padding area inside the border, or the upper-left corner of the content inside the padding area.

Syntax

-webkit-background-origin: <origin>;

Values

<origin>

The origin of the background position.

Versions