CSS properties reference
Click on any property for more info on it.
Just a short list for now, but we will be adding more to this list in the coming days.
| Background properties | ||
|---|---|---|
| Property | Description | |
| background | Sets all the background properties at once | |
| background-attachment | Specifies if a background image will move when the user scrolls the page or if it will stay in place | |
| background-color | Sets background color | |
| background-image | Sets background image | |
| background-position | Sets the starting point of a background image | |
| background-repeat | Specifies how a background image should repeat (vertically, horizontally) | |