I hereby claim:
- I am jlubean on github.
- I am jlubean (https://keybase.io/jlubean) on keybase.
- I have a public key ASAJ7-c2HkwwfSdh0bWxla-HIcyo1YvTVor6MQ98723qAgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* | |
| Triangle with Shadow | |
| */ | |
| .triangle-with-shadow { | |
| width: 100px; | |
| height: 100px; | |
| position: relative; | |
| overflow: hidden; | |
| box-shadow: 0 16px 10px -17px rgba(0,0,0,0.5); |
| /* | |
| Triangle with Shadow | |
| */ | |
| .triangle-with-shadow { | |
| width: 100px; | |
| height: 100px; | |
| position: relative; | |
| overflow: hidden; | |
| box-shadow: 0 16px 10px -17px rgba(0,0,0,0.5); |
| /* | |
| Triangle with Shadow | |
| */ | |
| .triangle-with-shadow { | |
| width: 100px; | |
| height: 100px; | |
| position: relative; | |
| overflow: hidden; | |
| box-shadow: 0 16px 10px -17px rgba(0,0,0,0.5); |
| /** | |
| * "orientationchange" Event Polyfill | |
| * by Jason LuBean | |
| * | |
| * This polyfill allows you to use "window.orientation" | |
| * and to bind to the "orientationchange" event. It has | |
| * no dependencies on any libraries, but has support for | |
| * using jQuery to bind to the "orientationchange" event. | |
| * | |
| * Because IE8 does not allow you to use attachEvent / |