Search
 
SCRIPT & CODE EXAMPLE
 

CSS

button click css style

a:visited {
  color: purple;
}

a:active {
  color: blue;
}
Comment

styling a button after click css

.btn{
  background-color:red;
}

.btn:Focus {
  background-color:green;
}
Comment

PREVIOUS NEXT
Code Example
Css :: sass use variables from another file 
Css :: parent hover and child hover at the same time 
Css :: list in html css 
Css :: scss flex 
Css :: lightning color code 
Css :: crystal background css 
Css :: animation left to right css 
Css :: change the weight of a bold font css 
Css :: DOM element add multiple attributes 
Css :: align centre 
Css :: include screen size 
Css :: vertical divider between my flexbox 
Css :: css scale 
Css :: style input field css 
Css :: make clicks pass through element css html 
Css :: css infinite horizontal scroll 
Css :: material css 
Css :: text size to fit button 
Css :: :not(:hover) 
Css :: display flex align last item to left 
Css :: animate.css 
Css :: change border highlight color on an input text element 
Css :: css shape-outside 
Css :: rgba colors 
Css :: truncate multiline text 
Css :: css display offscreen 
Css :: css align image bottom 
Css :: css cheat sheet 
Css :: NeuMorphisme button code 
Css :: css tricks macos spaces in dock 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =