Collections of css text shadow effects with examples and some text shadow css tricks. A decent stage for text shadow generator.
seen from Malaysia

seen from China

seen from Singapore

seen from Israel
seen from United Kingdom
seen from Germany
seen from Russia
seen from India

seen from Malaysia
seen from China
seen from Greece

seen from United States
seen from Malaysia
seen from Canada

seen from Canada
seen from Germany

seen from United States
seen from Canada

seen from Italy

seen from United States
Collections of css text shadow effects with examples and some text shadow css tricks. A decent stage for text shadow generator.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
三角指標加陰影的做法
http://codepen.io/anon/pen/bJCGe
重點在 :before 的 +rotateZ(45deg) 和標題的 position:relative 及 background-color: white ,完全不用 border 來模擬三角形。
Inset shadow from one side
Update: It's appeared as it should be much simpler than my solution, we can just use: box-shadow: inset 0 10px 20px -10px #444;
Thanks to @LeaVerou for help
Some time ago I needed shadow inside block, but inset shadow by box-shadow: inset I didn't like because it render from all sides and I wanted only top-side shadow, so I've tried to do it with gradient. And here is what I get - http://jsfiddle.net/okhomenko/fUWPu/5/.
It's not so g0od in Opera (right image). I would be appreciated if someone know how to modify my code for work good in Opera and make it render in IE