how to make a button active when clicked code example
Example: button active css
form :active {
color: red;
}
form button:active {
background: black;
}
form :active {
color: red;
}
form button:active {
background: black;
}