Skip to content

Instantly share code, notes, and snippets.

@ivngrz
Created March 13, 2012 08:38
Show Gist options
  • Select an option

  • Save ivngrz/2027620 to your computer and use it in GitHub Desktop.

Select an option

Save ivngrz/2027620 to your computer and use it in GitHub Desktop.

Revisions

  1. ivngrz created this gist Mar 13, 2012.
    8 changes: 8 additions & 0 deletions text3d.less
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    .text3d(@color) {
    color: @color;
    text-shadow: 1px 1px 0px darken(@color, 5%),
    2px 2px 0px darken(@color, 10%),
    3px 3px 0px darken(@color, 15%),
    4px 4px 0px darken(@color, 20%),
    4px 4px 2px #000;
    }