How to use a custom background image using CSS?

How to use a custom background image using CSS?

The “background-image” property sets one or more background images for an element. We can set a background-image for the <body> element. For example - body { background-image: url("my_image.png"); }