Skip to content

Instantly share code, notes, and snippets.

@notapatch
Last active December 11, 2015 21:29
Show Gist options
  • Save notapatch/4663048 to your computer and use it in GitHub Desktop.
Save notapatch/4663048 to your computer and use it in GitHub Desktop.
Text in the middle of an underline
h2 { width:100%; text-align:center; border-bottom: 1px solid #000; line-height:0.1em; margin:10px 0 20px; }
h2 span { background:#fff; padding:0 10px; }
<h2><span>THIS IS A TEST</span></h2>
<p>this is some content</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment