GRADIENTS ON SECTIONS

Example :
.cards-with-image {
background: linear-gradient(to bottom right, #008080, #00FFFF);
}
use this css tool to help generate css https://cssgradient.io/
Last updated
Example :
.cards-with-image {
background: linear-gradient(to bottom right, #008080, #00FFFF);
}
use this css tool to help generate css https://cssgradient.io/
Last updated