<span class="stroke-text">I ❤️️ STROKE TEXT</span>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="display:none;">
<defs>
<filter id="stroke-text-svg-filter">
<feMorphology operator="dilate" radius="2"></feMorphology>
<feComposite operator="xor" in="SourceGraphic"/>
</filter>
</defs>
</svg>
<footer>The Definitive Guide to <a href="http://www.coding-dude.com/wp/css/css-stroke-text/">Stroke Text CSS</a> made by <a href="http://www.coding-dude.com">Coding Dude</a></footer>
:root{
font-size:55px;
font-family:sans-serif;
font-weight:bold;
text-align:center;
margin-top:30vh;
}
.stroke-text{
color:dodgerblue;
filter:url(#stroke-text-svg-filter);
}
footer{
position:fixed;
bottom:10px;
right:50px;
font-size:13px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.