Answers for "how to remove underline in css ul"

CSS
1

remove ul decoration

ul {
  list-style-type: none;
}
Posted by: Guest on January-07-2021
0

text decoration underline not removing

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

Code answers related to "how to remove underline in css ul"

Browse Popular Code Answers by Language