Building a city skyline Level 78 problem

Hi there! Well, there are several issues:

  1. No need for background property again, you’re still adding new values to it;
  2. One hyphen instead of two before the variable name;
  3. No percent symbols after 0 and 10

So fix it and your code will pass

1 Like