Answers for "how to custom text decoration underline like as link css"

CSS
0

link text underline css none

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

how to take of underline from link through css

<a style ="text-decoration-line: none;">halo</a>
can be used in vs code
Posted by: Guest on August-24-2021

Code answers related to "how to custom text decoration underline like as link css"

Browse Popular Code Answers by Language