Answers for "how to reference an active html link"

CSS
2

link active css

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

active link

#top-menu .current a
{
    color: orange !important;
}
Posted by: Guest on June-27-2021

Browse Popular Code Answers by Language