Tell us what’s happening:
i am stuck here pls help me it keeps bringing me this message:
You should add a repeating-linear-gradient with a first color of --building-color4 from 0% to 10% . i added a 0% at the first variable but it didnt work.. i dont what i am doing wrong Your code so far
WARNING
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.
background: repeating-linear-gradient(
var(--building-color4) 0%,
var(--building-color4) 10%,
var(--window-color4) 10%,
var(--window-color4) 90%%
);
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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Challenge: Learn CSS Variables by Building a City Skyline - Step 78
Are you able to post your complete CSS code for us, please?
Sometimes, the issue is not within the current code, but outside in some of our previous code. I do not know what this happens; but I know from experience, it does sometimes happen.
Thank you!
If you remove the property name background:
before the second repeating-linear-gradient (which needs to remain in the code)
and remove the extra % on the last window color
it should pass for you.
I am always happy to help! That is what the community does; we help one another progress.
It is nice to see the progress you are making.
You can be proud of you accomplishments.