CSS – background Property
The background property is a shorthand property for all the other properties a CSS background can be given.
The background property is a shorthand property for all the other properties a CSS background can be given.
The background-attachment property determines whether the background image scrolls with the rest of the page or is fixed in place as the page scrolls.
The background-blend-mode property defines the blending mode of each background color and/or image layer.
The background-clip property defines how far the background color or image should extend within an element.
The background-color property sets the background color of the entirety of an element including padding and border, but not margin.
The background-image property sets one or more background images (with varying placement) for an element. The default placement is at the top-left corner.
The background-origin property specifies the positioning area of a background image (this property has no effect if the background-attachment is fixed).
The background-position property sets the starting position of a background image, which by default is the top-left corner of an element. Unless otherwise specified, the image will repeat both vertically and horizontally to fill the element.
The background-repeat property sets how a background image will be repeated if at all. By default, the background image is repeated both vertically and horizontally.
The background-size property specifies the size of the background image.