-ah-background-image: linear-gradient(0deg, darkorange, yellow);
-ah-background-image: linear-gradient(to right, darkorange, yellow);
-ah-background-image: linear-gradient(0deg, darkorange, yellow, darkorange);
-ah-background-image: linear-gradient(0deg, darkorange 50%, yellow);
The position of the gradient's color stop can be expressed by specifying "darkorange 50%"
-ah-background-image: radial-gradient(circle 100% at center, yellow, darkorange);
-ah-background-image: radial-gradient(yellow, darkorange);
-ah-background-image: radial-gradient(yellow, darkorange, yellow);
-ah-background-image: radial-gradient(circle at top left, yellow, darkorange);
-ah-background-image: radial-gradient(circle closest-side at 30px 10px, yellow, darkorange);
The size and position of the gradient can be set by specifying the value to 'closest-side', 'farthest-side', 'closest-corner' and 'farthest-corner'.
-ah-background-image: linear-gradient(0deg, darkorange, yellow);
-ah-background-image: linear-gradient(to right, darkorange, yellow);
-ah-background-image: linear-gradient(to right, darkorange, yellow);