background img for div in css code example
Example 1: make image background of div
background-image: url("photographer.jpg");
Example 2: background css image
background-image: url('./image.jpg');
background-image: url("photographer.jpg");
background-image: url('./image.jpg');