The counter-set
CSS property sets CSS counters on the element to the given values.
If the counters don't exist the counter-set
property creates a new counter for each named counter in the list of space-separated counter and value pairs. However, to create a new counter it is recommended to use the counter-reset
CSS property.
If a named counter in the list is missing a value, the value of the counter will be set to 0
.