Use our online text stroke generator to create a text stroke effect on web page, and preview result before applying to your web page.
xxxxxxxxxx
<div class="text-stroke">Sample Text</div>
.text-stroke {
font-family: Arial Black;
letter-spacing: 0px;
font-size: 80px;
-webkit-text-stroke: 1px #B80000;
color: #000000;
}