Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to change only bullet color in css

li::before {content: "•"; color: red;
  display: inline-block; width: 1em;
  margin-left: -1em}
Source by www.w3.org #
 
PREVIOUS NEXT
Tagged: #change #bullet #color #css
ADD COMMENT
Topic
Name
5+1 =