Skip to content

Instantly share code, notes, and snippets.

@slode
Created January 18, 2017 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slode/1b3f6257a13cd0157296da69b7a3d851 to your computer and use it in GitHub Desktop.
Save slode/1b3f6257a13cd0157296da69b7a3d851 to your computer and use it in GitHub Desktop.
body {
background: #fff;
}
hr.style-eight {
padding: 0;
border: none;
border-top: 3px solid #000;
text-align: center;
margin: 30px 0;
}
hr.style-eight:after {
content: url(img);
display: inline-block;
position: relative;
top: -25px;
padding: 0px 0.25em;
background: #fff; /* match this with body bg */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment