Answers for "get rid of bullet points in ul"

8

how to remove bullets from ul

ul {
    list-style-type: none;
}
Posted by: Guest on July-15-2020
2

how to get rid of bullet points in css

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

Code answers related to "get rid of bullet points in ul"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language