Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css button click color

button{
  background-color:yellow;
}

button:hover{
  background-color:orange;
}

button:focus{
  background-color:red;
}
Comment

PREVIOUS NEXT
Code Example
Css :: hide page scrollbar css 
Css :: scss extend 
Css :: media query for mobile min and max width both 
Css :: Correct border property to add ROUNDED borders to the elements 
Css :: scroll css 
Css :: box-shadow in css 
Css :: how to change highlight color on website 
Css :: sticky footer not working bootstrap 
Css :: background image opacity css 
Css :: input type file placeholder 
Css :: golden color css 
Css :: glass css 
Css :: shrink div to fit content 
Css :: how to increase font height css 
Css :: bottom gradient 
Css :: css flex bottom 
Css :: css background pattern 
Css :: scss generate random color 
Css :: css media query max width 
Css :: overflow-x hidden not working 
Css :: darken scss 
Css :: Bootstrap Carousel Custom Width 
Css :: border-width 
Css :: what is descendant selector 
Css :: crop image with circle css 
Css :: option tag center 
Css :: css media query overflow 
Css :: move image around in image div 
Css :: css stroke 
Css :: css line-height default 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =