Build a City Skyline - Step 75

removed

**Step 75
You can add multiple gradients to an element by separating them with a comma (,) like this:

Example Code
gradient1(
colors
),
gradient2(
colors
);
Add a repeating-linear-gradient to .fb1c below the one that’s there; use your --building-color4 from 0% to 10% and --window-color4 from 10% and 90%. This will fill in behind the gradient you added last. Sorry, your code does not pass. Hang in there.

You should add a repeating-linear-gradient with a first color of --building-color4 from 0% to 10%.**

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.