Answers for "make active when u click the link"

1

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

Python Answers by Framework

Browse Popular Code Answers by Language