skip to content

When you create lists in HTML, browsers add bullet-points or numbers we call list markers. Now CSS gives us the tools to style those list markers, and even create our own!

I’ll also show you how the ::marker element is different from ::before or ::after. Watch the video, and go play with the demo on codepen.

Style list markers, and add your own counters!