Tombol CSS aktif

form :active {
  color: red;
}

form button:active {
  background: black;
}
Unsightly Unicorn