Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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*/
 
PREVIOUS NEXT
Tagged: #change #button #gradient
ADD COMMENT
Topic
Name
2+6 =