Skip to content

Instantly share code, notes, and snippets.

@jonathanpath
Created August 19, 2015 13:16
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 jonathanpath/dca3bd1fff1fb4bd2f2a to your computer and use it in GitHub Desktop.
Save jonathanpath/dca3bd1fff1fb4bd2f2a to your computer and use it in GitHub Desktop.
Title with line at left and right
.title-border {
font-size: 20px;
font-weight: 300;
border-bottom: solid 1px #eee;
text-align: center;
margin: 0 15px 40px;
padding-top: 20px;
clear: both;
span {
position: relative;
top: 12px;
padding: 10px 20px;
background-color: #fff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment