I don’t know what is happening i write the code correct i tried many times for a hour but the last step no 35 is not passed
#legend-gradient {
width: 200px;
height: 20px;
background-image: linear-gradient(
to right,
var(--color0) 50%,
var(--color1) 50%
);
}
This is the code that i written.