Page Stuck Or Im not Getting Code

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<style>
div { background: linear-gradient(35deg, cyan, red,)
  border-radius: 20px;
  width: 70%;
  height: 400px;
  margin: 50px auto;

}

</style>

<div></div>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13729.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.130 Safari/537.36.

Challenge: Create a Gradual CSS Linear Gradient

Link to the challenge:

hi, im looking to move on and can’t figure what im doing wrong, can you please help
Use a linear-gradient() for the div element’s background , and set it from a direction of 35 degrees to change the color from #CCFFFF to #FFCCCC .

div { background: linear-gradient(35deg, cyan, red)

This has two hex color codes.

This does not have hex color codes. It has named colors.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.