/ Published in: CSS
URL: http://forrst.com/posts/Letterpress_text_effect_using_multiple_CSS_text-sh-m2Q
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.
Expand |
Embed | Plain Text
.letterpress { text-shadow: rgba(0, 0, 0, 0.45) 0 -1px 0.025em, rgba(255, 255, 255, 0.75) 0 1px 0.025em; }
You need to login to post a comment.
