how to style currently and change in html code example
Example: button active css
form :active {
color: red;
}
form button:active {
background: black;
}
form :active {
color: red;
}
form button:active {
background: black;
}