make div background image code example
Example 1: make image background of div
background-image: url("photographer.jpg");
Example 2: how to set div background image
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
Example 3: background css image
background-image: url('./image.jpg');