3D CSS Text that You Must See
Recently I came across this 3D Text demo made by Andrew Lee. This is amazing use of text-shadow
. It is quite clear by the CSS code that the effect has been achieved by making use of multiple text shadows. I just added some rotation and made the text contenteditable
. So go and try editing the text you see in the live preview :)
Unfortunately, CSS3 text-shadow
is not supported by IE9 and below.