Guest User

Untitled

a guest
Feb 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .divider-with-text {
  2. overflow: hidden;
  3. text-align: center;
  4. color: #cbcbcb;
  5. text-transform: uppercase;
  6. font-weight: bold;
  7. }
  8.  
  9. .divider-with-text:before,
  10. .divider-with-text:after {
  11. background-color: #efefef;
  12. content: "";
  13. display: inline-block;
  14. height: 3px;
  15. position: relative;
  16. vertical-align: middle;
  17. width: 50%;
  18. }
  19.  
  20. .divider-with-text:before {
  21. right: 0.5em;
  22. margin-left: -50%;
  23. }
  24.  
  25. .divider-with-text:after {
  26. left: 0.5em;
  27. margin-right: -50%;
  28. }
Add Comment
Please, Sign In to add comment