Learn CSS Variables by Building a City Skyline - Step 77

Tell us what’s happening:
Error Msg i get is : You should give .fb1c a background with a repeating-linear-gradient

Your code so far

  background: repeating-linear-gradient(90deg, var(--building-color4) 0%, var(building-color4) 10%, transparent 10%, transparent 15%);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

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

Link to the challenge:

You are missing a few characters in this one.

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