Tell us what’s happening:
I’m working on the free code camp linear gradient exercise. It won’t let me past it. I am entering the correct answer.
Your code so far
<style>
div{
border-radius: 20px;
width: 70%;
height: 400px;
margin: 50px auto;
background:linear-gradient (35deg, #CCFFFF, #FFCCC);
}
</style>
<div></div>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
.