Stroke Text
HTML
<div id='stroke'>Djancok Gatell</div>
CSS
#stroke{
font-family:arial;
font-size:50px;
color: white;
text-shadow:
0 0 5px #000,4px 4px 0px #000,-4px -4px 0px #000;
}
<div id='stroke'>Djancok Gatell</div>
#stroke{
font-family:arial;
font-size:50px;
color: white;
text-shadow:
0 0 5px #000,4px 4px 0px #000,-4px -4px 0px #000;
}