Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

square bullets css

// make the list-style-type a square, code example below
ul {
  list-style-type: square;
}
 
PREVIOUS NEXT
Tagged: #square #bullets #css
ADD COMMENT
Topic
Name
2+1 =