Conic gradients are like radial gradients except that color-stops are placed around the circumference of the circle rather than on a line emerging from the center.
Syntax | |
---|---|
CSS | conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> ), where <angular-color-stop-list> is "<angular-color-stop> , [ <angular-color-hint>? , <angular-color-stop> ]#", <angular-color-stop> is "<color> && <color-stop-angle>?", <angular-color-hint> is <angle-percentage>, and <color-stop-angle> is <angle-percentage>{1,2} |