Answers for "how to style a button when clicked in css"

CSS
2

button click css style

a:visited {
  color: purple;
}

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

Code answers related to "how to style a button when clicked in css"

Browse Popular Code Answers by Language