A Pen by A Non Ymous on CodePen.
Created
October 11, 2013 18:31
-
-
Save anonymous/6939711 to your computer and use it in GitHub Desktop.
A Pen by A Non Ymous.
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
| <span class="line"></span><h1>Title</h1><span class="line"></span> |
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
| body { | |
| width: 98%; | |
| text-align: center; | |
| } | |
| span.line, h1 { | |
| width: 33%; | |
| display: inline-block; | |
| } | |
| span.line { | |
| border-top: 1px solid black; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment