I am stuck on Test 35 in the Availability Table project

Please provide a solution for this. This is my code

#legend-gradient {

width: 300px;

height: 20px;

background-image: linear-gradient(

to right,

var(--color0) 0%,  var(--color0) 16.66%,

var(--color1) 16.66%, var(--color1) 33.33%,

var(--color2) 33.33%, var(--color2) 50%,

var(--color3) 50%,    var(--color3) 66.66%,

var(--color4) 66.66%, var(--color4) 83.33%,

var(--color5) 83.33%, var(--color5) 100%

);

}

Use this syntax

var(--color0) 0% 16%

Use integers (whole numbers, no decimals)

Hi Buddy, Here can you tell us what is the link of this code ?

And can you clarify more and more about the problem in your own words ?

Defining a problem in your own word is hard but it is the essential skill to learn.

Hope You Understand