Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

changing the dots of the ul to ticks

ul li::marker {
  content: '✓';
  color: green;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #changing #dots #ul #ticks
ADD COMMENT
Topic
Name
3+3 =