Created
October 13, 2011 21:01
-
-
Save marcamillion/1285517 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
div#divider { | |
margin-top: 10px; | |
margin-left: auto; | |
margin-right: auto; | |
margin-bottom: 10px; | |
border-top: 1px solid #acadad; | |
border-bottom: 1px solid #fff; | |
width: 80%; | |
height: 0px; | |
padding: 0px 0px 0px 0px; | |
} |
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
<div id="divider"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment