background-repeat: repeat | repeat-x | repeat-y | no-repeat
- If the image does not fill the whole element area, it can be repeated in the X direction, the Y direction or both
- repeat-x repeats in the X direction
- repeat-y repeats in the Y direction
- repeat repeats in both directions