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

repeat-radial-gradient()
repeating-radial-gradient()
infinite-radial-gradient()
none of the mentioned

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