Create a Gradual CSS Linear Gradient. In this topic I did the same thought in the video but I am unable to pass this challenge

Tell us what’s happening:

Your code so far


<style>
div {
  border-radius: 20px;
  width: 70%;
  height: 400px;
  margin: 50px auto;

}

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

Challenge: Create a Gradual CSS Linear Gradient

Link to the challenge:

Hello and welcome to the FCC community~!

The code you have provided appears to be the challenge seed code (the default code for the challenge). Can you share the code you have written/changed?