Using vendor-specific extensions, which begin with a - (dash) or _ (underscore) character, will usually not cause conflicts. However, be aware that vendors may change these extensions at any time and that they should generally be avoided if possible. For more information, visit Vendor-specific Properties.
A radial gradient creates an image consisting of a progressive transition between two or more colors that radiate from a center point. Its ending shape may be either a circle or an ellipse.
Syntax | |
---|---|
CSS | radial-gradient( [ [ [ <rg-ending-shape> || <rg-size> ]? [ at <position> ]? ] || <color-interpolation-method> ]? , <color-stop-list> ), where <rg-ending-shape> = "circle | ellipse", <rg-size> = "<rg-extent-keyword> | <length [0,∞]> | <length-percentage [0,∞]>{2}", <rg-extent-keyword> = "closest-corner | closest-side | farthest-corner | farthest-side", <color-stop-list> = "<linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#", <linear-color-stop> = "<color> && <length-percentage>?", and <linear-color-hint> = "<length-percentage>" |