Last active
November 13, 2015 20:06
-
-
Save brito/22e4467088b30abb945a to your computer and use it in GitHub Desktop.
reach out
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
/** reach out */ | |
.touch:before { content:attr(class) } | |
#faith { font:16rem/1 Avenir-Medium; | |
color:orange; | |
background:white; | |
border:1px solid; | |
transition:all 500ms cubic-bezier(0.310, 0.440, 0.445, 1.650); | |
outline:none } | |
#faith:active { | |
background:orange; color:white; | |
transform:scale(.96) } |
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
<button class=touch id=faith></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