Skip to content

Instantly share code, notes, and snippets.

@bakaburg1
Last active December 21, 2015 18:08
Show Gist options
  • Save bakaburg1/6345023 to your computer and use it in GitHub Desktop.
Save bakaburg1/6345023 to your computer and use it in GitHub Desktop.
Horizontal rule with text. #css #webdesign
<div style="
position: relative;
">
<span style="
position: absolute;
top: -900%;
left: 3%;
background: white;
padding: 0 10px;
">Blah Blah</span>
<hr>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment