fabianmoronzirfas
1/18/2013 - 6:47 PM

nice css letterpress

nice css letterpress

<html>
<head>
    <style>
    body{
        padding:10%;
        text-align: center;
    }
    h1{
        .serifbold;
        // padding-bottom: 1.5em;
    }

    a{
        color: green;
    }
.depth {
    display: block;
    // padding: 50px;
    color: black;
    font: bold 5em serif;
    position: relative;
}

.depth:before, .depth:after {
    content: attr(title);
    // padding: 50px;
    color: rgba(255,255,255,.1);
    position: absolute;
}

.depth:before { top: 1px; left: 1px }
.depth:after  { top: 2px; left: 2px }

    </style>
</head>
    <body>
        
    </body>
</html>
  <h1 class="depth" title="Typography And Automation">Typography And Automation</h1>
  <p class="depth"><a href="http://jsfiddle.net/fabiantheblind/axBrz/1/
">Fiddle</a></p>