-Linear Gradient-?

hi, can someone tell me whats wrong with the code? i think i did it right but on one sulution i found, says i have to put -image- next to background but the test fails again.

  **Your code so far**

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

</style>

<div></div>

Challenge: Create a Gradual CSS Linear Gradient

Link to the challenge:

You have a space before the (.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.