Answers for "remove underline from list css"

CSS
0

text decoration underline not removing

a:link {
  text-decoration: none!important;
}
Posted by: Guest on August-12-2021
0

how to put a h1 tag with underline ::after

h1:after {
   background: none repeat scroll 0 0 #HEXCOLOR;
   bottom: -10px;
   content: "";
   display: block;
   height: 10px;
   position: relative;
   width: 100px;
}
Posted by: Guest on November-24-2020

Code answers related to "remove underline from list css"

Browse Popular Code Answers by Language