Text Stroke Generator

Create outlined text effects with customizable stroke width and color

Text Settings

48px

Stroke Properties

2px

Presets

Live Preview

Sample Text

Generated CSS

.text-stroke {
  -webkit-text-stroke: 2px #000000;
  text-stroke: 2px #000000;
  color: transparent;
}