Created
August 19, 2015 13:16
-
-
Save jonathanpath/dca3bd1fff1fb4bd2f2a to your computer and use it in GitHub Desktop.
Title with line at left and right
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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