Skip to content

Instantly share code, notes, and snippets.

@brenna
Created September 14, 2012 19:42
Show Gist options
  • Save brenna/3724244 to your computer and use it in GitHub Desktop.
Save brenna/3724244 to your computer and use it in GitHub Desktop.
Keylines with wrapper
body {
background: #fffbf2;
}
.headline-wrap {
width: 100%;
height: 0;
margin-top: 30px;
border-top: solid 1px #acacac;
border-bottom:solid 1px black;
text-align: center;
}
h2 {
display: inline;
position: relative;
top: -15px;
padding: 0 15px;
font-size: 15px;
line-height: 30px;
background: #fffbf2;
}
<div class="headline-wrap">
<h2>Gimme Some Keylines</h2>
</div>​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment