** I have done what I could here, but all my attempts tells me to add a repeating-linear-gradient with a first color of --building-color4 from 0% to 10% . What am I doing wrongly?**
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
Challenge: Learn CSS Variables by Building a City Skyline - Step 78
To display code please use a back tic ` before and after a code line and three above and bellow a code block.
If you cant find a back tic on your keyboard use ALT + 096 to display one.
" and --window-color4 from 10% and 90%. This will fill in behind the gradient you added last. "
on your second repeating-linear-gradient: --window-color4 should be the third and forth colour, there should not be any transparent values.
It should NOT have a direction of 90deg
Your colours should have the correct %.
Try treating the step as a list of instructions. Follow them one at a time to check what it is you have already done and edit anything that needs changing
I have tried what you just suggested, but it still says the same thing " You should add a repeating-linear-gradient with a first color of --building-color4 from 0% to 10% ."
I have done what I could here, but all my attempts tells me to add a You should use a second color of --window-color4 from 10% to 90%. . What am I doing wrongly?