Last active
February 8, 2017 17:09
-
-
Save jbanety/97f081590bf89dc58a86d4e4658e0bae to your computer and use it in GitHub Desktop.
This file contains 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
h2:before { | |
display: block; | |
position: absolute; | |
left: -1050px; | |
top: 50%; | |
background-color: #ecc873; | |
height: 1px; | |
width: 1000px; | |
margin-top: -0.5px; | |
content: " "; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment