Tell us what’s happening:
- You should use two color-stops (expressed in percentage) to make the transition from one color to the following color a hard line for your #legend-gradient. Remember to use your --color# variables.
"Test case 35 was not passing because the legend gradient did not use hard color transitions.
I fixed this by adding two percentage color-stops for each color.
I used the CSS variables --color0 to --color5 in the linear-gradient.
The same percentage values were repeated to create sharp color lines
Your code so far
<!-- file: index.html -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Challenge Information:
Build an Availability Table - Build an Availability Table
