Search
 
SCRIPT & CODE EXAMPLE
 

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*/
Comment

PREVIOUS NEXT
Code Example
Css :: how to move text down css 
Css :: How can I horizontally align my divs? 
Css :: how to remove bullet in css 
Css :: jquery hover class css not working 
Css :: Timeout for a fetch 
Css :: font face css 
Css :: css layers over background-images 
Css :: form layout with glassmorphism css 
Css :: liste decoration css 
Css :: material icons after css 
Css :: template html css bootstrap cdn 
Css :: backdrop css 
Css :: Link design like a Button" 
Css :: how to install tailwind css in html 
Css :: css background image cut off 
Css :: autocomplete widget not working in modal popup 
Css :: last child after css 
Css :: wordpress remove sticky header 
Css :: Add Very Subtle Drop Shadow (CSS) To Element (HTML) 
Css :: changing bakcgound color like animation using tailwind 
Css :: different measurements in css 
Css :: reset div css 
Css :: setting multiple css using dom 
Css :: add background video to div css 
Css :: change font size in textarea html 
Css :: css change image width 
Css :: how to center text in a div 
Css :: define element opacity css 
Css :: css fontface 
Css :: border collapse makes outset not work 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =