Skip to content

Instantly share code, notes, and snippets.

@johnbacon
Created May 13, 2011 17:01
Show Gist options
  • Save johnbacon/970890 to your computer and use it in GitHub Desktop.
Save johnbacon/970890 to your computer and use it in GitHub Desktop.

Revisions

  1. johnbacon created this gist May 13, 2011.
    13 changes: 13 additions & 0 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    h1 {

    color: #999;
    font: bold 80px Helvetica, Arial;

    text-shadow:
    1px 0px 1px #ccc, 0px 1px 1px #eee,
    2px 1px 1px #ccc, 1px 2px 1px #eee,
    3px 2px 1px #ccc, 2px 3px 1px #eee,
    4px 3px 1px #ccc, 3px 4px 1px #eee,
    5px 4px 1px #ccc, 4px 5px 1px #eee,
    6px 5px 1px #ccc, 5px 6px 1px #eee,
    7px 6px 1px #ccc; }