The background-repeat CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.
- <repeat-style>
- In the two-value syntax, the first value represents the horizontal repetition behavior and the second value represents the vertical behavior.
background-repeat="repeat-x"
background-repeat="repeat-y"
background-repeat="repeat"
background-repeat="space"