Answers for "how to style an active href attribute to link to that section of the page"

CSS
1

link active css

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

Code answers related to "how to style an active href attribute to link to that section of the page"

Browse Popular Code Answers by Language