Answers for "remove anchor tag styling"

CSS
18

remove style from link

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

Browse Popular Code Answers by Language