background-repeat
Propertybackground-repeat
allows you to control how an background image is repeated
repeat: image is repeated both horizontally and vertically (default behavior)
repeat-x: image is only repeated horizontally
repeat-y: image is only repeated vertically
no-repeat: image is only shown once and not repeated