All Tools
1049+ free tools

Stepper Generator

Generate CSS step indicator.

✓
2
3
4
.stepper { display: flex; align-items: center; }
.step { display: flex; align-items: center; flex: 1; }
.step .dot { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; border: 2px solid #e5e7eb; background: #fff; }
.step.active .dot { border-color: #0ea5e9; color: #0ea5e9; }
.step.done .dot { background: #0ea5e9; border-color: #0ea5e9; color: #fff; }
.step .line { flex: 1; height: 2px; background: #e5e7eb; }
.step.done .line { background: #0ea5e9; }

Related web-design tools

CSS Animation Generator
Create CSS animations with live preview & presets
SVG Blob Generator
Generate organic SVG blob shapes with gradients
Box Shadow Generator
CSS box-shadow with live preview & copy
Border Radius Generator
CSS border-radius with preview