Answers for "how to not underline links in css"

CSS
4

how to not underline links in css

a {
    text-decoration: none;
}
Posted by: Guest on November-10-2020
0

link text underline css none

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

how to not underline links in css

a{
   text-decoration: none;
}
Posted by: Guest on September-15-2021

Code answers related to "how to not underline links in css"

Browse Popular Code Answers by Language