Fill in .bb3 with a repeating-linear-gradient . Use 90deg for the direction, your building-color3 for the first two colors, and window-color3 at 15% for the third. When you don’t specify a distance for a color, it will use the values that makes sense. In this case, the first two colors will default to 0% and 7.5% because it starts at 0% , and 7.5% is half of the 15% .
You’re not far off but there are a couple of issues.
Firstly, when you want to use variables for colours, you need to use the var keyword. You also need a double hyphen directly before the variable name. Look at your other linear-gradient rules elsewhere in your CSS code to see the correct syntax.
Secondly…
When you don’t specify a distance for a color, it will use the values that makes sense.
… you don’t need to specify a percentage value for building-color3.
I just clicked the topic from top so in previous topics about step 60 I don’t saw solution for my issue but I deal with it, anyway some people write 7,5% and in my code that doesn’t work.
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.