Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. body {
  2. background: #fff;
  3. }
  4. hr.style-eight {
  5. padding: 0;
  6. border: none;
  7. border-top: 3px solid #000;
  8. text-align: center;
  9. margin: 30px 0;
  10. }
  11. hr.style-eight:after {
  12. content: url(img);
  13. display: inline-block;
  14. position: relative;
  15. top: -25px;
  16. padding: 0px 0.25em;
  17. background: #fff; /* match this with body bg */
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement