/ Published in: CSS
URL: http://912px.tumblr.com/post/4281313084/3d-effect-with-css3
Expand |
Embed | Plain Text
* 3D Effect with CSS3 by: Adrian Spiegel, www.912px.tumblr.com works in most modern Browser: FF 3.5+, Opera 10.5+, Safari 4+, Google Chrome 4.0+, Internet Explorer 9 */ text-shadow: -0.05em 0 red, 0.05em 0 cyan; /* thats it! easy hu? */
You need to login to post a comment.
