CSS HTML Validator - The fast, all-in-one, HTML, CSS, Link, SEO, spelling, and accessibility checker for Windows, & htmlval for Mac and Linux
Home Help: repeating-linear-gradient() CSS function

The repeating-linear-gradient() Function

The CSS repeating-linear-gradient() function creates an image which represents a repeating linear gradient of colors. It's similar to linear-gradient() but it automatically repeats the color stops infinitely in both directions.

Syntax for repeating-linear-gradient()
 Syntax
CSSrepeating-linear-gradient( [ [ <angle> | to <side-or-corner> ] || <color-interpolation-method> ]? , <color-stop-list> ), where <side-or-corner> = "[ left | right ] || [ top | bottom ]", <color-stop-list> = "<linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#", <linear-color-stop> = "<color> && <color-stop-length>?", <linear-color-hint> = "<length-percentage>", and <color-stop-length> = "<length-percentage>{1,2}"

Notes

  • Note the required "to" keyword before <side-or-corner>.

Recommended Links

Search Engine Links (for more information)

Help us improve this page: Suggest a link or noteReport a problem