Created
June 7, 2012 17:49
-
-
Save brito/2890376 to your computer and use it in GitHub Desktop.
choices
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
/* choices */ | |
section { width:300px; margin:auto; padding:150px 0; | |
border:1px solid #999; text-align:center } | |
em { display:block } | |
em:before, em:after { content:''; background:#999; display:inline-block; | |
width:60px; height:1px; margin:0 10px 4px } |
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> | |
this | |
<em>or</em> | |
that | |
</section> |
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
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment