Custom bullets
list-style-image
This property provides a way to use custom bitmap images for bulleted lists.
Property values
Provide a URL for this property using url() syntax.
Examples
list-style-image: url('https://example.com/billet.png');
