Build an Availability Table - Build an Availability Table

Tell us what’s happening:

@property --gradient-angle {
syntax: “”;
inherits: false;
initial-value: 90deg;
}

#legend-gradient {
display:flex;
justify-content:center;
align-items:center;
width:5rem;
height:2rem;
margin-top:2rem;
background-image: linear-gradient(var(–gradient-angle),
var(–color0)0% 15%,
var(–color1)15% 35%,
var(–color2)35% 50%,
var(–color3)50% 70% ,
var(–color4)70% 90%,
var(–color5)90% 100%
);
transition: --gradient-angle 0.5s;
}

help

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/148.0.0.0 Safari/537.36

Challenge Information:

Build an Availability Table - Build an Availability Table

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-availability-table/66b36358ed4f261d64840c24.md at main · freeCodeCamp/freeCodeCamp · GitHub

/* file: styles.css */

Hi @danareynolds77vj,

Do you have a question?

I guess you are here to ask about this? you are missing spaces

code removed by moderator

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.