CSS BACKGROUND-REPEAT - CSS3 Examples

CSS BACKGROUND-REPEAT

Written by jon on 8:27 AM
The background-repeat property sets if/how a background image will be repeated.
Inherited: No

Example
body {
background-image: url(stars.gif);
background-repeat: repeat-x
}
Possible Values
Value Description
repeat The background image will be repeated vertically and horizontally
repeat-x The background image will be repeated horizontally
repeat-y The background image will be repeated vertically
no-repeat The background-image will be displayed only once

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS BACKGROUND-REPEAT ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :