HBD Ekim 2015
This hack works using embedded divs. I like it because it's super simple for a nice effect. Still, very hacky.
by Kai Carver
HTML
<p> </p>
<p> </p>
<div>H
<div>A
<div>P
<div>P
<div>Y
<div>
<div>B
<div>I
<div>R
<div>T
<div>H
<div>D
<div>A
<div>Y
<div>
<div>E
<div>K
<div>I
<div>M
<div>!
</div></div></div></div></div></div></div></div></div></div>
</div></div></div></div></div></div></div></div></div></div>
CSS
div {
width: 1em;
height: 1em;
text-align: center;
color: darkred;
transform: rotate(-18deg);
display:inline-block;
}