assigning background image div code example
Example 1: make image background of div
background-image: url("photographer.jpg");
Example 2: how to add image with url in css
background-image: url('images/my-image.png');
background-image: url("photographer.jpg");
background-image: url('images/my-image.png');