CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS repeating radial gradient() Function

CSS repeating-radial-gradient() Function

 

 

The repeating-radial-gradient() function is used for repeating multiple radial gradients.

 

Syntax:-

 

Its syntax is:- background-image: repeating-radial-gradient(shape size at position, start-color, ..., last-color);

 

Further Explanation:-

 

Value Description
shape Defines the shape of the gradient. For example, circle, ellipse.
size Defines the size of the gradient. For example, farthest-side, closest-side.
position Defines the position of the gradient. Default is center.
start-color, ..., last-color Color stops are the colors that we want to render with smooth transitions. It consists of a color value, with an optional stop position.

Code Explanation

All Tutorials related to CSS Functions

All Sections related to CSS