CSS Counters with nested lists

Regarding: bootsnipp.com/snippets/O5oaZ

CSS counters can be used to create indexing / numbering of elements in the page - all that has to be done is to initialise the counter, increment it and then use a :before or :after pseudo-element to display it.

gaving () - 6 years ago - Reply 0