Skip to content

Instantly share code, notes, and snippets.

@curiositry
Created August 10, 2014 22:09
Show Gist options
  • Select an option

  • Save curiositry/29f487e9a3145aa6f62c to your computer and use it in GitHub Desktop.

Select an option

Save curiositry/29f487e9a3145aa6f62c to your computer and use it in GitHub Desktop.
hr{
border: none;
border-top: medium double #eee;
width: 50%;
text-align: center;
margin: 0 auto;
}
hr:not(.plain):after {
/* content: "◉";*/
content: "§";
display: inline;
position: relative;
top: -.8em;
color:#ccc;
font-size: 1em;
padding: 0 0.55em;
background: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment