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