Answers for "remove all text decoration on text"

CSS
0

text decoration underline not removing

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

Code answers related to "remove all text decoration on text"

Browse Popular Code Answers by Language