Last active
August 29, 2015 14:14
-
-
Save brito/eb7972690bc64dde0d41 to your computer and use it in GitHub Desktop.
re:flex
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
| /* re:flex */ | |
| body * { font:106%/1.618 Avenir; | |
| display:inline-block; | |
| background:transparent; | |
| border:1px solid transparent; | |
| max-width:38rem; | |
| padding:0 .381rem; | |
| margin:.381rem 0 } | |
| body { display:flex; | |
| flex-flow:wrap } | |
| h1 { font-size:1.618rem; line-height:1 } | |
| /* debug /**/ | |
| * { outline:1px solid } /**/ |
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
| <h1> Do Something </h1> | |
| <a href> Go Somewhere </a> | |
| <p> Read something. Read anything. Read this. Read something later. | |
| <p> Read words that are sufficient to entertain and entrance your mind. | |
| Read words that make you think and wonder, | |
| that make your heart jump in excitement, | |
| that compel you and propel you into your destiny.</p> | |
| <input placeholder="Say something"> | |
| <button> Do Something </button> |
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
| // alert('Hello world!'); |
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":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment