Create a gradual CSS linear gradient -my code is not working

Tell us what’s happening:
Describe your issue in detail here.

i don’t know whats happening my code is not working and i verified my code 10x times but also my code is not working …

  **Your code so far**

<style>

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

</style>

<div></div>
  **Your browser information:**

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

Challenge: Create a Gradual CSS Linear Gradient

Link to the challenge:

Your code works when I check it. You may have dark mode or add blockers intefering with the tests or try setting browser zoom level to 100.

i see there is noo problem

background not backgound. Syntax mistake.

there is no difference between B and b …
i tried but it showing same error!

I mean, the r, there is a missing “R” in your background attribute (yours is back(r missing)gound)

thanks alot…
now my code is working!!!

1 Like

Keep going!, have a nice day. :muscle: :muscle: :muscle:

1 Like

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