Return to Snippet

Revision: 27909
at June 26, 2010 19:14 by usman


Initial Code
.letterpress { text-shadow: rgba(0, 0, 0, 0.45) 0 -1px 0.025em, rgba(255, 255, 255, 0.75) 0 1px 0.025em; }

Initial URL
http://forrst.com/posts/Letterpress_text_effect_using_multiple_CSS_text-sh-m2Q

Initial Description
Great little piece of CSS which adds a top text-shadow of 45% black and a bottom text-shadow of 75% white creating a very nice letterpress text effect.

Initial Title
Letterpress Text effect using multiple CSS Text-Shadows

Initial Tags
css, text

Initial Language
CSS