Skip to content

Instantly share code, notes, and snippets.

@aviogreen
Created May 21, 2015 07:59
Show Gist options
  • Save aviogreen/d1c1d871a522d48924e5 to your computer and use it in GitHub Desktop.
Save aviogreen/d1c1d871a522d48924e5 to your computer and use it in GitHub Desktop.
.section-title {
margin: 40px 0 30px;
text-align: center;
}
.section-title:after {
border-top: 1px solid #555;
content: "";
display: block;
margin-top: -1em;
position: absolute;
width: 100%;
z-index: -1;
}
.section-title-text {
background: white;
display: inline-block;
font-size: 24px;
padding: 0 20px;
margin: 0;
text-transform: uppercase;
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment