CSS – repeating-radial-gradient Function
The repeating-radial-gradient() function is used to repeat radial gradients.
The repeating-radial-gradient() function is used to repeat radial gradients.
The repeating-linear-gradient() function is used to repeat linear gradients.
The repeating-conic-gradient() function is used to repeat conic gradients.
The radial-gradient() function sets a radial gradient as the background image.
The linear-gradient() function sets a linear gradient as the background image.
The conic-gradient() function sets a conic gradient as the background image with at least two color transitions rotated around a center point.
The CSS background properties are used to add backgrounds and background effects to the HTML page and HTML elements.
The mask-image property specifies an image, CSS gradient, or SVG mask to be used as a mask layer for an element.
The background-image property sets one or more background images (with varying placement) for an element. The default placement is at the top-left corner.