Answers for "link css remove underlone"

CSS
9

remove underline from a link css

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
Posted by: Guest on December-21-2019

Browse Popular Code Answers by Language