Answers for "onclick style css"

1

button click css style

a:visited {
  color: purple;
}

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

css clicked event

CSS clicked event
:active {
  css declarations;
}
Posted by: Guest on July-17-2020

Browse Popular Code Answers by Language