CSS Colors & Backgrounds
Text Color
Set text colour with the color property.
Background
| Property | Description |
|---|---|
background-color | Solid background colour |
background-image | Image as background |
background-size | cover, contain, pixels |
background-position | Position: center, top, etc. |
background-repeat | no-repeat, repeat-x |
Gradients
CSS gradients create smooth transitions between colours: linear-gradient() and radial-gradient().