xxxxxxxxxx
.Button:hover { /*this example is used for a hover state*/
background: linear-gradient( 90deg,Color1,Color2 ) ;
}
/*input the degree with "deg" of the gradient,
then first and second colors*/
xxxxxxxxxx
.button {
background: linear-gradient(to bottom, #44c767 0%, #5cbf2a 100%);
/* Add any other button styling properties here */
}