background-repeat: repeat | repeat-x | repeat-y | no-repeat | round | space
Initial value |
repeat
|
---|---|
Applies to | all elements |
Inherited | no |
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.