Created
May 21, 2015 07:59
-
-
Save aviogreen/d1c1d871a522d48924e5 to your computer and use it in GitHub Desktop.
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
.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