Answers for "html change color of the ul dots"

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

Browse Popular Code Answers by Language