How to Customize List Style for Each Item with CSS
In CSS, lists are known as either "ul" or "ol" - which are known as unordered lists and ordered lists, respectively. By default, an unordered list will use a "disc" icon next to each item, and ordered lists will use numbers. But, what if you wanted to change their style? In this article, I'm going to show you how to use the list-style and @counter-style properties to customize the appearance of your list items.