Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. .number-circ
  2. font-family: AustinExtra
  3. font-size: 24px
  4. font-weight: 700
  5. display: block
  6. margin-left: auto
  7. margin-right: auto
  8. position: relative
  9. border-radius: 50%
  10. background-color: $accent
  11. width: 89px
  12. height: 89px
  13. top: 40px
  14. padding: 26px 29px
  15. &::before
  16. content: ''
  17. display: block
  18. width: 2000px
  19. height: 1px
  20. background-color: #5b4772
  21. position: absolute
  22. top: 45px
  23. left: -2000px
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement