Answers for "style text-decoration no underline"

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
-1

link text underline css none

.link{
   color: #FFFFFF;
  text-decoration: none;
}
Posted by: Guest on September-29-2021

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

Browse Popular Code Answers by Language