Hi there! Well, there are several issues:
- No need for
background
property again, you’re still adding new values to it; - One hyphen instead of two before the variable name;
- No percent symbols after
0
and10
So fix it and your code will pass
Hi there! Well, there are several issues:
background
property again, you’re still adding new values to it;0
and 10
So fix it and your code will pass