Advertisement
Guest User

Untitled

a guest
May 5th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <ol>
  2. <li></li>
  3. <li></li>
  4. <li></li>
  5. <li></li>
  6. <li></li>
  7. </ol>
  8.  
  9. ol
  10. counter-reset: li
  11. li
  12. position: relative
  13. padding-left: 45px
  14. margin-bottom: 12px
  15. &:before
  16. content: counter(li)
  17. counter-increment: li
  18. position: absolute
  19. left: 0
  20. top: 50%
  21. margin-top: -1em
  22. background: $color4
  23. color: #fff
  24. height: 1.8em
  25. width: 1.8em
  26. line-height: 1.8em
  27. text-align: center
  28. font-weight: bold
  29. border-radius: 2em
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement