User Guide / CSS Reference / CSS Properties
background-repeat
Syntax
background-repeat:
repeat | repeat-x | repeat-y | no-repeat | round | space
Default
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.