Learn CSS Variables by Building a City Skyline - Step 105

I already inserted the second repetitive linear gradient in the background property, with the data requested by the exercise. For some reason it keeps telling me to add a second repeating linear gradient in .fb5

background: repeating-linear-gradient(var(--building-color2)0,           var(--building-color2) 5%,transparent 5%,transparent 10%),
              repeating-linear-gradient(90deg,var(--building-color2) 0,var(--building-color2) 12%,var(--window-color2) 12%,var(--window-color2) 44%);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0

Challenge: Learn CSS Variables by Building a City Skyline - Step 105

Link to the challenge:

I don’t think the tests want those zeros in there.

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