CSS Text Stroke & Outline Generator
Create text stroke, outline, neon, and emboss effects with live preview and click-to-copy CSS.
Preview
Text Stroke
Text Properties
72px
Stroke (webkit)
2px
Text Shadow
0px
0px
0px
Generated CSS
Combined CSS
Inline Style
Inline style attribute
Browser Support Notes
-webkit-text-stroke: Supported in all modern browsers (Chrome, Firefox 49+, Safari, Edge). Use the -webkit- prefix for broadest compatibility.
text-shadow: Universally supported. The multi-directional shadow technique creates a solid outline without the webkit prefix dependency.
paint-order: stroke fill: Ensures stroke renders behind the fill for cleaner results. Supported in modern browsers.