StacksJar
Made with π by Arif Shaikh with all Passion.
To make a counter in CSS you must first employ the counter reset property which has a 0 value by default. You can use the same counter reset property to change the zero value to a specific number. After initiating a counter value you will use the CSS counter-increment property to either increase or decrease the value.
Read this article for complete explanation and css counters example on Counters in Css