City Skyline Step 60

I don’t know what is wrong me or is in the system!!.. :(:frowning:
the system don’t know how to read i already set the 15%…

.bb3 {
width: 10%;
height: 55%;
background-color: var(–building-color3);
background: repeating-linear-gradient(
90deg,
var(–building-color3),
var(–building-color3) 7.5%,
var(–window-color3)15%
);
}

Test

Sorry, your code does not pass. You’re getting there.

Hint

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

re-read the instructions.
Do they ever actually ask you to add 7.5% anywhere?

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