Im stcuck help please

Tell us what’s happening:

Your code so far


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

}


</style>

<div></div>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; SM-A105F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36.

Challenge: Create a Gradual CSS Linear Gradient

Link to the challenge:

background: linear-gradient(35deg, #CCFFFF, #FFCCCC);

Im stack agian please help

Wrong Color
Color that should be used is written in the problem

2 Likes

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

Thank you for understanding.

2 Likes