set image as background of a div css code example
Example 1: make image background of div
background-image: url("photographer.jpg");
Example 2: background image css
html,body {
background-image: url("your.picture");
}
background-image: url("photographer.jpg");
html,body {
background-image: url("your.picture");
}