Tell us what’s happening:
I promise I have looked at all relevant posts but still cannot get my code to pass. I understand that removing the gradientDirection means to remove the deg values, but when I do so I still don’t pass. I am unsure as to what I’m doing wrong. Any help is appreciated. Thank you.
If you mean adding the parens at the end of those linear gradient values, I added it, as shown above, and still doesn’t pass. Thanks for your response.
sometimes you have to restart the step to make it pass.
Try that and make sure you only delete the degree values on the 2nd try and hopefully it will go through.
I mean literally count the number of left parens and the number of right parens on that line. They should be equal, but they are not. You have deleted one of them at the end of the line.
Update: Ahh, I see that you did add the missing right parens at the end of the line. So it should pass now. It is passing for me. If it is not passing for you then you have probably done something else that is causing the error. It would help if you posted all of your CSS so we can see what you have done.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.