Answers for "change ul point 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 "change ul point color"

Browse Popular Code Answers by Language