Build an Availability Table - Build an Availability Table

Tell us what’s happening:

I can’t seem to see where I went wrong, the last test is not passing but the code is working.

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/144.0.0.0 Safari/537.36 Edg/144.0.0.0

Challenge Information:

Build an Availability Table - Build an Availability Table

#legend-gradient {
  display: flex;
  width: 100px;
  height: 15px;
  border: 3px solid black;
  background: linear-gradient(90deg, var(--color0) 0% 16%, var(--color1) 16% 33%, var(--color2) 33% 49%, var(--color3) 49% 66%, var(--color4) 66% 83%, var(--color5) 83% 100%);
} 

this is my code for test 35, it works in the preview window but it is not passing

you are not using background-image

1 Like