background color degradé code example
Example: background degrade
body {
background: linear-gradient(#12c2e9,#c471ed,#f64f59);
background-repeat: no-repeat;
background-attachment: fixed;
height: 100%;
margin: 0;
padding: 2rem;
}
body {
background: linear-gradient(#12c2e9,#c471ed,#f64f59);
background-repeat: no-repeat;
background-attachment: fixed;
height: 100%;
margin: 0;
padding: 2rem;
}