how to set the style when the button is active code example
Example: button active css
form :active {
color: red;
}
form button:active {
background: black;
}
form :active {
color: red;
}
form button:active {
background: black;
}