How to repeat background image horizontally
Example analysis:
The background-repeat attribute is used to set the tiling method of the background image. The following values can be set:
● Repeat: Default value, the background image will repeat vertically and horizontally.
● repeat-x: Only the horizontal position will repeat the background image.
● repeat-y: Only the vertical position will repeat the background image.
● no-repeat: Set the background image not to repeat.