Description

Sets how a background image should repeat. Values of repeat-x and repeat-y specify the image to repeat along the x or y axis.

Example

 body{
  background-image:url(bgimage.png); 
  background-repeat:repeat-x;
}

Values
no-repeat, repeat, repeat-x, repeat-y
Default value
repeat
Introduced in CSS version
1
Applies to elements
All
Inherited
No
Browser Support
BrowsersIE ieFirefox firefoxSafari safariOpera operaChrome chrome
Versions51160.2

See the full list CSS properties and browser support: CSS Properties