setBackgroundImage
setBackgroundImage is a CSS property used to set one or more background images for an element. It allows for the customization of an element's visual appearance by layering images behind its content. This property can accept a list of images, separated by commas, which will be rendered in the order they are listed, with the first image appearing on top.
When using setBackgroundImage, it's common to also utilize related CSS properties to control how the background
The value for setBackgroundImage can be a URL to an image file or the keyword 'none', which