Answers for "how to change button gradient"

CSS
1

how to change button gradient

.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*/
Posted by: Guest on April-09-2020

Code answers related to "how to change button gradient"

Browse Popular Code Answers by Language