Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 552 Bytes

background-repeat.md

File metadata and controls

19 lines (14 loc) · 552 Bytes

background-repeat

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.

Values

<repeat-style>
In the two-value syntax, the first value represents the horizontal repetition behavior and the second value represents the vertical behavior.

Examples

background-repeat="repeat-x"
background-repeat="repeat-y"
background-repeat="repeat"
background-repeat="space"