-
You should have a table with at least three columns and five rows, headers included.
-
Cells in the first row should be table headers containing days of the week.
-
Cells in the first column should be table headers with a
classoftimeand should contain time values as their text. -
All data cells should have the
classofavailable-#, where#is a number from0to5that specifies the number of available people at that time. -
In your
:rootselector, you should define six CSS variables named--color#, where#is a number from0to5, and assign them each a color value. Use these variables to set the background color of the corresponding.available-#elements. -
In your
:rootselector, you should define CSS variables named--solid-borderand--dashed-border. Use these variables to style the bottom borders of your data cells, alternating between solid and dashed borders depending on the row. Give the rows either the class ofsharporhalfto style them. -
You should have a
divelement with theidoflegend. It should contain aspanelement with the textAvailabilityand adivelement with theidoflegend-gradient. -
You should give the
#legend-gradientelement a linear gradient that transitions between all the colors from--color0to--color5. Each color value should have two color stops (expressed as percentages) to make the transition between colors a hard line.
Please Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
In addition to the above tips, you can use the Help button to ask a question(s):
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
Provide your code sample , I want to have a look to instruct you better.
