Im stuck at this stage

I can’t see what am i doing wrong, i don’t know if it’s a bug or else
link: Learn CSS Variables by Building a City Skyline: Step 78 | freeCodeCamp.org

.fb1c {
  width: 100%;
  height: 80%;
  background: repeating-linear-gradient(
      90deg,
      var(--building-color4),
      var(--building-color4) 10%,
      transparent 10%,
      transparent 15%
    ),
    repeating-linear-gradient(
      90deg,
      var(--building-color4),
      var(--building-color4) 10%,
      var(--window-color4) 10%,
      var(--window-color4) 90%
    );
}

Please post your actual code instead of a picture. Also, please post a link to the challenge. Thanks

sorry, I made the changes

This part right here is confusing the tests. This shouldn’t be here.

So i put togheter in the next line?

I don’t know what ‘put together in the next line’ means.

You should remove that piece. It wasn’t part of the instructions to add that attribute.

lol, i was saying that, i removed and worked. i misinterpreted, very thx

1 Like

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