Do anyone Know how to add background images in css

Plz tell me in detail

Hi there!
Example code here:

body {
background-image:url(image.url);
}
1 Like