Created
January 18, 2017 07:49
-
-
Save slode/1b3f6257a13cd0157296da69b7a3d851 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
body { | |
background: #fff; | |
} | |
hr.style-eight { | |
padding: 0; | |
border: none; | |
border-top: 3px solid #000; | |
text-align: center; | |
margin: 30px 0; | |
} | |
hr.style-eight:after { | |
content: url(img); | |
display: inline-block; | |
position: relative; | |
top: -25px; | |
padding: 0px 0.25em; | |
background: #fff; /* match this with body bg */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment