| Function |
Description |
| attr() |
Returns the value of an attribute of the selected element |
| calc() |
Allows you to perform calculations to determine CSS property values |
| linear-gradient() |
Creates an "image" which represents a linear gradient of colors |
| radial-gradient() |
Creates an "image" which represents a gradient of colors radiating from the center of the gradient |
| repeating-linear-gradient() |
Creates an "image" consisting of repeating gradients |
| repeating-radial-gradient() |
Similarly to radial-gradient(), but it automatically repeats the color stops infinitely in both directions |