Linear-Gradient Lesson Bug?

Tell us what’s happening:
Hey guys, don’t know if I’m overlooking something but I solved the problem and couldn’t seem to move forward. After spending ten minutes trying to second-guess myself, I watched the hint video and realized we both had input the same exact line of code.

Still doesn’t let me pass the course. Going to try to skip it for now and move on… Don’t even know if that’s a possible function or not yet lol

Thanks in advance!

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>

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.75 Safari/537.36.

Challenge: Create a Gradual CSS Linear Gradient

Link to the challenge:

Ended up refreshing the page and typing in the same code and for some reason it took the second time! So problem solved itself!