Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ul[data-numerotation]
  2. {
  3. counter-reset:section;
  4. }
  5. li[data-numerotation]::before
  6. {
  7. counter-increment:section;
  8. content: "[" counter(section) "]";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement