add image in background code example
Example 1: make image background of div
background-image: url("photographer.jpg");
Example 2: adding background image
body{background-image: url("paper.gif");}
background-image: url("photographer.jpg");
body{background-image: url("paper.gif");}