Step 35 The skyline is coming together. Fill in the background-color property of the foreground buildings. Use your --building-color1 variable to fill in .fb3 a

.fb1 {
  width: 10%;
  height: 60%;
  background-color:var(--background-color4);
}

.fb2 {
  width: 10%;
  height: 40%;
  background-color:var(--background-color3);
}

.fb3 {
  width: 10%;
  height: 35%;
  background-color:var(--background-color1);
}

.fb4 {
  width: 8%;
  height: 45%;
  background-color:var(--background-color1);
}

.fb5 {
  width: 10%;
  height: 33%;
  background-color:var(--background-color2);
}

.fb6 {
  width: 9%;
  height: 38%;
  background-color:var(--background-color3);
}

In the future please use the help button for any questions about the challenges. Can you paste the link to the challenge in your post

For future reference to use the help button:

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

I believe my code was written correct but, i dont know why they given me a error message of
Sorry, your code does not pass. Keep trying.

You should give .fb1 a background-color using --building-color4.

it says --building-color-4

This is what you’re using

See the issue?

1 Like

Oh i see now i think my eyes is broken

1 Like

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