CSS Background-image

Background-image is the property of CSS that inserts a background image.

To add background image, you first have to have an image that you would like to appear on your page. If you have chosen an image from the net, you just have to download it and save it to your computer. You can do this by right clicking on the image. A menu will appear, click on “save image as”. Once you have saved it to your computer, you can then insert the image as your background image for your web page. To do this, place the background image property to the element and include the location of the image.

body {
background-color: #FFFFFF
background-image: url (location of the image);
}h1 {
color: #FF0000;
background-color: #000000;
}

If the image you want to attach is coming from the internet, you just type the full address of the file.

url(“http://www.image.com/image.gif”);

Repeated background image

When you post an image it will automatically be displayed to cover the entire screen. To control this image from appearing in the entire screen, you can use the background repeat property.

  • To make the image horizontally repeated, use the “repeat-x” value next to the property background-repeat then separate them with colon.
  • To make the image vertically repeated, use the “repeat-y” after the property background-repeat and separate them with colon.
  • If you want to make the image horizontally and vertically repeated, just use the “repeat” value after the property background-repeat and separate them with colon.
  • If you do not want an image to be repeated, just put the value, “no-repeat” after the property background-repeat and separate them with colon.

Here is the code if you want to avoid a repetition of an image:

body {
background-color: #FFCC66;
background-image: url(“FILE or url NAME”);
background-repeat: no-repeat;
}h1 {
color: #990000;
background-color: #FC9804;
}

.
.
Damask Design

 

Download All Here


Russian Tiles Design

Come in 2 sizes 150px and 250px.

 

Download All Here


Wood Design

 

Download All Here


Mystical Forest

 

Download All Here


Forchtenberg

 

Download All Here


Memory

 

Download All Here


Patchwork

 

Download All Here


Square

 

Download All Here


Secret Garden

 

Download All Here


 

Hungary

 

Download All Here


 

Polkadot II

 

Download All Here


 

Polkadot I

 

Download All Here


 

Stripes I

 

Download All Here