Learn CSS Variables by Building a City Skyline - Step 60

Hi,
that’s my code so far
background:repeating-linear-gradient(
90deg,
var(–building-color3),
var(–building-color3) 7.5%,
var(–window-color3) 15%
);
}

but i don’t understand why the system keep telling me :

You should use --window-color3 at 15% for the third color.

I think you placed it under the wrong topic general instead of Html-css. At the challenge page, click ask for help and post the challenge here and the link to the challenge as well as the full code you have tried so far

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.