Answers for "onclick style in css"

1

button click css style

a:visited {
  color: purple;
}

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

css on click

something:active {}
Posted by: Guest on October-08-2020

Browse Popular Code Answers by Language