Answers for "how to get rid of dot in li"

1

how to remove the dots from ul

ul {
    list-style: none;
}
Posted by: Guest on March-20-2021
1

remove dot from ul

ul {
  list-style-type: none;
}
Posted by: Guest on August-10-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language