Answers for "remove text-decoration underline"

CSS
0

remove underline in a a

text-decoration:none;
Posted by: Guest on October-13-2020
0

text decoration underline not removing

a:link {
  text-decoration: none!important;
}
Posted by: Guest on August-12-2021

Code answers related to "remove text-decoration underline"

Browse Popular Code Answers by Language