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