Applied Visual Design: Create a Gradual CSS Linear Gradient
I can’t see why I am not passing this test with my code for the linear-gradient.
<style>
div {
border-radius: 20px;
width: 70%;
height: 400px;
margin: 50px auto;
background: linear-gradient
(35deg,#CCFFFF,#FFCCCC.);
}
</style>
<div></div>