CSS BACKGROUND-IMAGE
The background-image property sets an image as the background.
Tip: Always set a background-color to be used if the image is unavailable.
Inherited: No
Example
| body { background-image: url(stars.gif); background-color: #000000 } |
Possible Values
| Value | Description |
|---|---|
| url | The path to an image |
| none | No background image |


3 Responses
can you please give me a idea about “uses of more than one images in one class only through css” is it possible or not?
can we use multi-image as the background?
Yes, that’s possible.
But explore things by yourself. :)