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:
Jaydog
2
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
AitorJ
4
background not backgound. Syntax mistake.
there is no difference between B and b …
i tried but it showing same error!
AitorJ
6
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
AitorJ
8
1 Like
system
Closed
9
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.