Answers for "text-decoration-line no underline"

CSS
1

css no underline

#Just set text decoration to none
.a {
    text-decoration: none;
}
Posted by: Guest on April-17-2021
0

text decoration underline not removing

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

Code answers related to "text-decoration-line no underline"

Browse Popular Code Answers by Language