Answers for "remove hyperlink color css"

CSS
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 "remove hyperlink color css"

Browse Popular Code Answers by Language