Learn CSS Variables by Building a City Skyline - Step 60

Step 60 …i did some research i believe its right but it wont pass. WHY ?

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

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Please include a link to the challenge next time to help people respond to you.

I have gotten the link for you for now.

Try to reread the instructions again.
They never asked you to add all of the percentages you added. Only one of these was requested.

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