how not make a background image in css code example
Example 1: adding background image
body{background-image: url("paper.gif");}
Example 2: css background image
background-image: url("image.gif");
body{background-image: url("paper.gif");}
background-image: url("image.gif");