Answers for "html remove bullet points"

6

disable bullets in ul

ul{
	list-style: none;
}
Posted by: Guest on May-07-2020
4

li remove dot css

list-style: none
Posted by: Guest on May-01-2020
11

remove list bullet css

list-style-type: none,
Posted by: Guest on February-25-2020
0

how to remove bullet in css

ul.ba {
    list-style-type: none;
}
Posted by: Guest on December-23-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language