set background image with color 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;
}