Following table shows various CSS background properties.
| Background properties | Description |
|---|---|
| background-color | Sets background color to the element. |
| background-image | Sets background image to the element. |
| background-repeat | Repeats background image horizontally/vertically/both when image is attached. |
| background-attachment | Sets background image is fixed or scrolls when image is attached to the element. |
| background-position | Sets background image position. |
Following links provide more details about background properties.