Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to get rid of bullet points in css

ul {
	list-style: none;
}
 
PREVIOUS NEXT
Tagged: #rid #bullet #points #css
ADD COMMENT
Topic
Name
1+3 =