Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Remove bullet points in UL in CSS

list-style-type: none;
or
list-style: none;
or
list-style:outside none none;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Remove #bullet #points #UL #CSS
ADD COMMENT
Topic
Name
1+4 =