BACKGROUND-REPEAT Property In CSS
background-repeat Property in CSS
background-repeat property Declares how and/or if a background image repeats.
Possible Value:
repeat repeat-x repeat-y no-repeat
Examplediv { background-repeat:repeat-x; }
div { background-repeat:no-repeat; }