Answers for "hwo to change bullet color"

CSS
2

change color of bullet points css

li::marker {
	color: red;
}
/* ^ just set the color of the marker pseudo element */
Posted by: Guest on March-25-2021

Code answers related to "hwo to change bullet color"

Browse Popular Code Answers by Language