Answers for "get rid of a link underlinecss"

CSS
18

remove underline from link css

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

Code answers related to "get rid of a link underlinecss"

Browse Popular Code Answers by Language