Category Archives: html

Letterpress type effect html text-shadow

The text-shadow CSS property is now pretty well supported among modern browsers and it can be used to create a faux letterpress (embossed) effect using plain html. You no longer have to create a graphic to achieve shadows. Shadow Text The above shadow is coded <h1 style=”text-shadow: 5px 5px 4px #666;”>Shadow Text</h1>. The text-shadow property [...]

Also posted in Letterpress | Leave a comment