Answers for "i need to show only first ul li list"

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