The AmazingStriped Shadow Tutorial

  1. Type out your title.
  2. Make the striped shadow its background:background: transparent url(striped-shadow.gif)
  3. Add a text shadow for the text and stroke:
    text-shadow: -4px -4px #54544f, -3px -3px #ece8df;
  4. Add the appropriate webkit properties: -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  5. Done!
as seen in Webkit!
An adaptation of Sacha Greif's tutorial on dribbble.