Skip to content

Instantly share code, notes, and snippets.

@jonathanpath
Created May 28, 2015 17:19
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/dae9588e39078e756fec to your computer and use it in GitHub Desktop.
Save jonathanpath/dae9588e39078e756fec to your computer and use it in GitHub Desktop.
Title with line in the vertical middle
.main-title2 {
text-align: center;
border-bottom: solid 1px #ddd;
margin-bottom: 50px;
span {
background-color: #fff;
padding: 5px 20px;
display: inline-block;
position: relative;
bottom: -20px;
font-size: 24px;
font-weight: 400;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment