CSS ref Background
From w3cyberlearnings
# | Property | CSS | Description |
---|---|---|---|
1 | background | 1 | Sets all the background properties in one declaration |
2 | background-attachment | 1 | Sets whether a background image is fixed or scrolls with the rest of the page |
3 | background-color | 1 | Sets the background color of an element |
4 | background-image | 1 | Sets the background image for an element |
5 | background-position | 1 | Sets the starting position of a background image |
6 | background-repeat | 1 | Sets how a background image will be repeated |
7 | background-clip | 3 | Sets the painting area of the background |
8 | background-origin | 3 | Sets the positioning area of the background images |
9 | background-size | 3 | Sets the size of the background images |