Either something is wrong here or I'm a Nong

There’s nothing in the right-hand side pane. The project is not there (as it is in the video).

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

Challenge: Create a Gradual CSS Linear Gradient

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/applied-visual-design/create-a-gradual-css-linear-gradient

you have an extra character in this line, delete it and it will work
hint: check your parenthesis! you need to have equal number of opening and closing parenthesis