Skip to content

Instantly share code, notes, and snippets.

@arr-ee
Created July 29, 2012 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arr-ee/3202653 to your computer and use it in GitHub Desktop.
Save arr-ee/3202653 to your computer and use it in GitHub Desktop.
Untitled
.container {
font: 16px/24px Helvetica;
width: 400px;
text-align: center;
position: relative;
}
.separator {
border: none;
border-bottom: 1px solid grey;
margin: 0;
position: absolute;
top: 50%;
width: 100%;
z-index: -1;
height: 0px;
}
.title {
background-color: white;
padding: 0 0.5em;
}
<div class='container'>
<hr class='separator' />
<span class='title'>TEST TATATA</div>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment