Answers for "button style attributes after click"

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 "button style attributes after click"

Browse Popular Code Answers by Language