What is wrong in this task?

Tell us what’s happening:
I have tried instead of hex numbers words- but still didn’t pass( I have thought - I could do that way as well)-Isn’t?
Please guide me. (I have looked at similar problems like mine.)

Your code so far


<style>
div {
  border-radius: 20px;
  width: 70%;
  height: 400px;
  margin: 50px auto;
  background: linear-gradient (35deg, #CCFFFF, #FFCCCC);
}

    </style>

</div>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36.

Challenge: Create a Gradual CSS Linear Gradient

Link to the challenge:

I just have noticed an issue- I had to add <div> next to . Thank you all guys!

1 Like

Just remove the space between linear gradient and parenthesis
:slightly_smiling_face: