Created
February 6, 2015 03:30
-
-
Save brito/7c9a3d6d88cfa9361b9a to your computer and use it in GitHub Desktop.
Do Something
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
/** Do Something */ | |
body * { font:1.6rem/1.618 Avenir-Medium; | |
display:inline-block; | |
background:transparent; | |
box-sizing:border-box; | |
border:3px double hsla(0,100%,62%,.6); | |
max-width:38rem; | |
padding:0 .381rem; | |
margin:.381rem 0 } | |
body { display:flex; flex-flow:wrap } | |
h1 { font-size:2.618rem; line-height:1em } |
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="Write 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