The background-image CSS property specifies a picture to use because the background of a component.By default, the image is continual therefore it covers the whole part.
The CSS background image for a page will be set like this:
Example
body {
background-image: url("paper.gif");
}
background-image: url("paper.gif");
}
Example
body {
background-image: url("bgdesert.jpg");
}
background-image: url("bgdesert.jpg");
}
No comments:
Post a Comment