Free CSS Counter Generator

Create custom list styles and CSS counters with our free tool. Multi-level numbering included.

Frequently Asked Questions

How do I use custom bullets?

Use ::marker pseudo-element or list-style-image for images. For more control, remove default bullets with list-style: none and use ::before pseudo-elements.

What's the ::marker pseudo-element?

::marker styles the bullet or number of list items directly. It has limited styleable properties (color, font, content) but is simpler than ::before approaches.

Can I animate list markers?

::marker has limited animation support. For complex animated bullets, use ::before pseudo-elements with list-style: none, which gives full animation control.