The correct answer is: C. infinite-radial-gradient()
A radial gradient is a type of CSS gradient that radiates from a center point. The infinite-radial-gradient()
function creates a radial gradient that repeats infinitely in all directions.
The repeat-radial-gradient()
function creates a radial gradient that repeats in the x-direction only.
The repeating-radial-gradient()
function creates a radial gradient that repeats in the y-direction only.
The none of the mentioned
option is incorrect because it does not correspond to any of the CSS gradient functions that create a radial gradient that repeats infinitely.