CSS Text Stroke Generator | Text Outline Border Style

CSS Text Stroke Generator. The -webkit-text-stroke CSS property specifies the width and color of strokes for text characters. This is a shorthand property for the longhand properties -webkit-text-stroke-width and -webkit-text-stroke-color.

Currently this text-stroke property is only supported on webkit based browser. so it will only work on Chrome or Safari, and you can only use it by prefixing the property with -webkit-.

Demo Text Stroke:
Demo
Your Text:
Font Family:
Loading Google Font
Stroke color:
Fill color:
Text Stroke
Font-Size:
Stroke-width:
Letter-Space:
class name
CSS
<style>
Copy and paste the CSS code in between the head tags of your pages
HTML
Copy and paste the HTML code in between the body tags of your pages