Answers for "css remove underlines from links"

13

remove style from link

a, a:hover, a:focus, a:active {
     text-decoration: none;
     color: inherit;
 }
Posted by: Guest on February-22-2020

Code answers related to "css remove underlines from links"

Browse Popular Code Answers by Language