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