apply linear gradient to a div code example
Example: how to make a linear gradient in css
/* Add the class name insted of class */
.class {
background: linear-gradient(to top, #000000, #fffffff);
}
/* Add the class name insted of class */
.class {
background: linear-gradient(to top, #000000, #fffffff);
}