Skip to content

Instantly share code, notes, and snippets.

Created October 11, 2013 18:31
Show Gist options
  • Select an option

  • Save anonymous/6939711 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/6939711 to your computer and use it in GitHub Desktop.
A Pen by A Non Ymous.
<span class="line"></span><h1>Title</h1><span class="line"></span>
body {
width: 98%;
text-align: center;
}
span.line, h1 {
width: 33%;
display: inline-block;
}
span.line {
border-top: 1px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment