Valentin Dupas

💡 If this is the first course you read from me, please read this small thing : about my courses

Gradients

// linear gradient

// radial gradient

// patterns

// conic gradient

// animated patterns ... si c'est possible??

background-color: #e5e5f7; opacity: 0.8; background-image: linear-gradient(#444cf7 1px, transparent 1px), linear-gradient(to right, #444cf7 1px, #e5e5f7 1px); background-size: 20px 20px;