Which of the following CSS Gradient Functions Creates a radial gradient that repeats infinitely?

[amp_mcq option1=”repeat-radial-gradient()” option2=”repeating-radial-gradient()” option3=”infinite-radial-gradient()” option4=”none of the mentioned” correct=”option3″]

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.

Exit mobile version