Skip to content

Instantly share code, notes, and snippets.

@jennschiffer
Created August 14, 2013 20:09
Show Gist options
  • Save jennschiffer/6235066 to your computer and use it in GitHub Desktop.
Save jennschiffer/6235066 to your computer and use it in GitHub Desktop.
ultimate 3D wow so cool
var z=1;
$('*').each(function(){
$(this).css({
'position' :'relative',
'z-index':z,
'box-shadow':'-1px -1px 5px #000',
'border':'1px solid #666',
'left':'1px','top':'1px'
});
z++;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment