Answers for "style on clicked button"

CSS
1

button click css style

a:visited {
  color: purple;
}

a:active {
  color: blue;
}
Posted by: Guest on May-25-2021

Browse Popular Code Answers by Language