how to do a background image in css code example
Example 1: adding background image
body{background-image: url("paper.gif");}
Example 2: background css image
background-image: url('./image.jpg');
body{background-image: url("paper.gif");}
background-image: url('./image.jpg');