Answers for "decoration line none css"

CSS
-1

dotted underline css

.dotted { 
  border-bottom: 1px dotted; 
}

<p><span class="dotted">some text</span></p>
Posted by: Guest on October-27-2020
-1

link text underline css none

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

Browse Popular Code Answers by Language