Skip to content

Instantly share code, notes, and snippets.

@brito
Last active November 13, 2015 20:06
Show Gist options
  • Save brito/22e4467088b30abb945a to your computer and use it in GitHub Desktop.
Save brito/22e4467088b30abb945a to your computer and use it in GitHub Desktop.
reach out
/** 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) }
<button class=touch id=faith></button>
// alert('Hello world!');
{"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