background iamge set in css code example
Example 1: background image css
html,body {
background-image: url("your.picture");
}
Example 2: background css image
background-image: url('./image.jpg');
html,body {
background-image: url("your.picture");
}
background-image: url('./image.jpg');