Stuck at step 51- Add a `linear-gradient` to `.bb2b` that uses `--building-color2` from `0%` to `6%` and `--window-color2` from `6%` to `9%`

I tried this code:

background: linear-gradient(var(–building-color2),var(–building-color2) 6%,var(–window-color2) 6%,var(–window-color2) 9%);

Hello and welcome to the community!

It appears that there is a long - before the building and window, instead of two --. That is how it appears on my screen.
Other than that, it appears good with perhaps needing a space after each of the commas. It does not show clearly if there is a space after them.
Sorry, if my vision is not seeing as clearly as it could.

You may wish to check to make sure the closing curly bracket above this code is present, if it is all good and still failing. Try submitting from a different browser and see if that helps.

It would be much appreciated if you use the Help that appears after three unsuccessful attempts. This will allow you to post all code and your questions, and any error message received after running your code.

image

Happy coding!

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