scrimba
Applied Visual Design
Create a Gradual CSS Linear Gradient
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Create a Gradual CSS Linear Gradient
AboutCommentsNotes
Create a Gradual CSS Linear Gradient
Expand for more info
index.html
run
preview
console
<style>

div{
border-radius: 20px;
width: 70%;
height: 400px;
margin: 50px auto;

}

</style>

<div></div>
Console
index.html
-2:16