how to put image back in css code example
Example 1: how to add background in css
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
Example 2: make image background of div
background-image: url("photographer.jpg");
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
background-image: url("photographer.jpg");