Create a Gradual CSS Linear Gradient HELP

Tell us what’s happening:
IT IS NOT WORKING AFTER DOING RIGHT

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

Challenge:

Link to the challenge:

Hey @frozenbeast,

  • Your code works fine for me. It seems like the problem might be your browser’s extensions that have access to the FCC site.
    Try disabling some extensions. If the problem still persists, you can try to use a different browser.

thanks now it is working fine in explorer