I want a list style like this (jsfiddle):
As you can see, the list style is:
- not one of the styles provided by CSS, i.e., a custom made style
- is regular, i.e., I don't have to manually put values 1, 2, 3, etc. for the
<li>
s. So, if I have four<li>
s, it will automatically put four green circles with 1,2,3,4 as the values.
Question:
How do I achieve this task?