Background
Last updated
Was this helpful?
The background-color property sets the background color of an element. It can be specified using a color name (e.g. "red"), a hexadecimal value (e.g. "#ff0000"), or an RGB value (e.g. "RGB(255, 0, 0)") or RGBA (e.g. "RGBA(255,0,0,0.5)")
The background-image property sets an image as the background of an element. The URL of the image can be specified in the value of the property.
Last updated
Was this helpful?
Was this helpful?

