Skip to content

Instantly share code, notes, and snippets.

Keybase proof

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:

@jlubean
jlubean / dabblet.css
Created October 6, 2012 17:10
Triangle with Shadow
/*
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);
@jlubean
jlubean / dabblet.css
Created October 6, 2012 17:10
Triangle with Shadow
/*
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);
@jlubean
jlubean / dabblet.css
Created October 6, 2012 17:10
Triangle with Shadow
/*
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);
@jlubean
jlubean / orientationchange.js
Created August 7, 2012 16:32
"orientationchange" Event Polyfill
/**
* "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 /