Answers for "how to get rid of list items bullets"

CSS
1

list remove bullets

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

Code answers related to "how to get rid of list items bullets"

Browse Popular Code Answers by Language