Created
August 14, 2013 20:09
-
-
Save jennschiffer/6235066 to your computer and use it in GitHub Desktop.
ultimate 3D wow so cool
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
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