Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

button active css

form :active {
  color: red;
}

form button:active {
  background: black;
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #button #active #css
ADD COMMENT
Topic
Name
6+9 =