3D Effect with CSS3


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. *
  2.  
  3. 3D Effect with CSS3
  4.  
  5. by: Adrian Spiegel, www.912px.tumblr.com
  6.  
  7. works in most modern Browser: FF 3.5+, Opera 10.5+, Safari 4+, Google Chrome 4.0+, Internet Explorer 9
  8.  
  9. */
  10.  
  11. text-shadow: -0.05em 0 red, 0.05em 0 cyan; /* thats it! easy hu? */

URL: http://912px.tumblr.com/post/4281313084/3d-effect-with-css3

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.