Which of the following CSS Gradient Functions creates a circular or elliptical gradient, and optionally sets its shape, size, and position?
A
radial-gradient()
B
circular-gradient()
C
elliptical-gradient()
D
none of the mentioned
Correct Answer: elliptical-gradient()
Self-explainatory.