Answers for "how to take off the bulletpoints in css"

CSS
4

how to get rid of bullet points in css

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

Code answers related to "how to take off the bulletpoints in css"

Browse Popular Code Answers by Language