The AmazingStriped Shadow Tutorial
- Type out your title.
- Make the striped shadow its background:background: transparent url(striped-shadow.gif)
- Add a text shadow for the text and stroke:
text-shadow: -4px -4px #54544f, -3px -3px #ece8df;
- Add the appropriate webkit properties: -webkit-text-fill-color: transparent;
-webkit-background-clip: text;
- Done!
as seen in Webkit!