Tell us what’s happening:
Maybe I’ve been staring at the screen too long today and have readers block, but for some reason my test run is having a syntax error, and I cant figure out why!
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 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
.
Challenge: Create a Gradual CSS Linear Gradient
Link to the challenge: