Skip to content

Instantly share code, notes, and snippets.

@markleyland
Created April 30, 2014 19:23
Show Gist options
  • Save markleyland/11435911 to your computer and use it in GitHub Desktop.
Save markleyland/11435911 to your computer and use it in GitHub Desktop.
CSS:hr-glyph
hr.style-eight {
padding: 0;
border: none;
border-top: medium double #333;
color: #333;
text-align: center;
}
hr.style-eight:after {
content: "§";
display: inline-block;
position: relative;
top: -0.7em;
font-size: 1.5em;
padding: 0 0.25em;
background: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment