insert a image in background css code example
Example 1: how to set div background image
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
Example 2: css background image
background-image: url("image.gif");
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
background-image: url("image.gif");