Answers for "set active link color css"

CSS
2

link active css

a:active {
  background-color: #34D399;
}
Posted by: Guest on May-05-2021
0

button active css

form :active {
  color: red;
}

form button:active {
  background: black;
}
Posted by: Guest on December-06-2020

Browse Popular Code Answers by Language