CSS Properties

User Guide / CSS Properties

background-repeat

Syntax

background-repeat: repeat | repeat-x | repeat-y | no-repeat

Initial Value

background-repeat: repeat

Inherited

No

Comments

The background-repeat property determines whether the background image is repeated to cover the padding area of the current element with a rectangular tiling, or only repeated horizontally or vertically, or only drawn once and not repeated at all.