Guest User

Untitled

a guest
Jan 20th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <div class="counter-item counter-item-1">
  2. <img src="img/counter-mini-1.png" alt="">
  3. </div>
  4.  
  5. .counter-item-1
  6. margin: 26px 30px 30px 60px
  7. position: relative
  8.  
  9. &:before
  10. content: url('../img/round-add.png')
  11. position: absolute
  12. top: 0
  13. bottom: 0
  14. margin: 0 auto
  15. height: 54px
  16. width: 54px
  17. z-index: 10
  18.  
  19. &:before
  20. content: url('../img/round-add.png')
  21. position: absolute
  22. top: calc((100% - 54px)/2)
  23. bottom: auto
  24. left: calc((100% - 54px)/2)
  25. margin: 0 auto
  26. height: 54px
  27. width: 54px
  28. z-index: 10
  29.  
  30. before
  31. position: absolute;
  32. top: 50%;
  33. left: 50%;
  34. transform: translate(-50%, -50%);
  35.  
  36. &:before
  37. content: url('../img/round-add.png')
  38. position: absolute
  39. top: 50%
  40. left: 50%;
  41. margin: -27px 0 0 -27px
  42. height: 54px
  43. width: 54px
  44. z-index: 10
Add Comment
Please, Sign In to add comment