2016
1 featuresThe background-repeat CSS property sets how a background image is tiled.
2015
8 featuresThe background CSS property is a shorthand that sets several background properties at once.
The background-clip CSS property sets the extent of the background: the padding box, the content box, or the default border box.
The background-color CSS property sets the fill color of an element, behind any content and background images or gradients.
The background-image CSS property sets the graphics to display behind the content of an element and in front of the background color. Graphics may be any combination of images or gradients.
The background-origin CSS property sets the background starting position relative to the border and padding of an element.
The background-position CSS property offsets the initial position of background images relative to the background origin.
The background-size CSS property scales or stretches a background based on the size of the element (with the contain and cover keywords), a length, or percentage.
The box-shadow CSS property applies shadow effects around an element's frame. This can create drop shadow and inner shadow effects.
Limited Availability
3 featuresThe background-attachment CSS property sets whether an element's background image or gradient moves as the element scrolls.
The background-clip: border-area CSS declaration draws the background underneath only the border of an element.
The background-clip: text CSS declaration draws the background underneath only the text in the element.