Answers for "only first li getting bullet"

CSS
1

li only showing first bullet

li{
	display: list-item;
	list-style-type: circle;
}
Posted by: Guest on April-27-2021

Browse Popular Code Answers by Language