Create a Gradual CSS Linear Gradient help pls

Tell us what’s happening: I tried so many times but it keeps not passing the test no matter how I type it

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>

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

Put spaces in the arguments of linear gradient, might solve,

I tried and it still didn’t work

i copied your code, put spaces and it passed, change your browser and try, might be a browser issue as well

Are you by any chance using Edge, IE, or Safari as your browser? Free Code Camp has been updated to use newer technologies. It makes the application much faster and it means that we can go much longer without having to do a huge migration like the recent one. However, Edge, Internet Explorer, and Safari are very bad about choosing not to adhere to standards and support new functionality in JS and CSS. Right now, that means that these browsers exhibit lots of unexpected behavior. If you become a web developer you will come to hate these browsers with every fiber of your being.