Answers for "active state css"

CSS
0

active state css

/* :active – Applies on clicking the link */
a:active{
  color: green;
}
Posted by: Guest on September-11-2021

Browse Popular Code Answers by Language