Property | Description |
background | Sets all background style properties in a single declaration. |
background-attachment | Sets whether a background image’s position is fixed within the viewport, or scrolls with its containing block. |
background-blend-mode | Sets how an element’s background images should blend with each other and with the element’s background color. |
background-clip | Sets whether an element’s background extends underneath its border box, padding box, or content box. |
background-color | Sets the background color of an element. |
background-image | Sets one or more background images on an element. |
background-origin | Sets the background’s origin: from the border start, inside the border, or inside the padding. |
background-position | Sets the initial position for each background image. |
background-position-x | Sets the initial horizontal position for each background image. |
background-position-y | Sets the initial vertical position for each background image. |
background-repeat | Sets how background images are repeated. |
background-size | Sets sets the size of the element’s background image. |