You added percentages to the colors. Is there a reason you did that? I don’t think the instructions asked you to do this.
Only do exactly what the instructions ask and no more. Making any changes that the tests are not expecting may cause them to fail. You (and the tests) will be much happier if you don’t add extra stuff.
You are correct. And so you want to remove the degrees at the start of the linear gradient, which you have done correctly.
What you also did is add a percentage after each color, which was not there originally. If you restart the step you will not see percentages. So it seems you added those percentages and what I’m saying is that you should not add things that the instructions do not ask you to add because it will throw the tests off.
I think we’ve worked together enough now that you know what I’m going to say next You’ll need to paste your updated CSS in here so we can see what you did.
But you could just restart the step and then only remove the degrees (including the comma after them). That’s all you need to do to pass this step.