Advertisement
maximus87

Untitled

Jan 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. .LIST .ITEM:before {
  2.   content: "0"counter(my-awesome-counter);
  3. }
  4. .LIST .ITEM {
  5.   counter-increment: my-awesome-counter;
  6. }
  7. .LIST {
  8.   list-style: none;
  9.   counter-reset: my-awesome-counter;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement