css 3

Icon

A comprehensive CSS 3 reference guide, tutorial, and blog
Are you a CSS expert? Want to contribute? Contact us

CSS BACKGROUND-REPEAT

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

  
 
 

Leave a Reply

Pages

Sponsors


CSS3.com



Please help CSS3.com stay alive and running

Bad Behavior has blocked 2092 access attempts in the last 7 days.