Answers for "text-decoration underline not working"

CSS
0

underline css still there after text-decoration: none

a,
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
}
Posted by: Guest on October-25-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 underline not working"

Browse Popular Code Answers by Language