Styling Ordered Lists with CSS Counters

from blog Josh Comeau's blog, | ↗ original
↗ original
Styling an ordered list can be surprisingly tricky; there's no way to get at that bullet! In this tutorial, we'll see a handy trick using CSS counters that lets us style ordered lists without breaking proper semantics.