how to set image as a background for a div in css code example
Example 1: adding background image
body{background-image: url("paper.gif");}
Example 2: css background image
body {
background-image: url("paper.gif");
}
body{background-image: url("paper.gif");}
body {
background-image: url("paper.gif");
}