Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .section__title
  2. position: relative
  3. text-align: center
  4. font-size: 32px
  5. padding-bottom: 20px
  6. margin-bottom: 40px
  7. text-transform: uppercase
  8. font-weight: 300
  9.  
  10. .section__title:before
  11. position: absolute
  12. display: block
  13. content: ''
  14. width: 400px
  15. height: 2px
  16. border-left: 180px solid
  17. border-right: 180px solid
  18. left: 50%
  19. margin-left: -200px
  20. bottom: 5px
  21.  
  22. .section__title:after
  23. content: ''
  24. display: block
  25. width: 13px
  26. height: 13px
  27. border: 2px solid
  28. border-radius: 50%
  29. position: absolute
  30. left: 50%
  31. bottom: 0
  32. margin-left: -6.5px
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement