Progress Bar CSS Generator

Generate CSS progress bars with live preview. Control colors, animation, and stripes.

4.5Kuses
9/10(235)
65%
65%
12px
6px

CSS Code

.progress-track {
  width: 100%;
  height: 12px;
  background: #1a1a2e;
  border-radius: 6px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: #6366f1;
  border-radius: 6px;
  width: 65%;
  transition: width 0.3s ease;
}

Recommended Products

Ad

Affiliate Disclosure: As an Amazon Associate, ToolBird earns from qualifying purchases. Links above are affiliate links — if you buy through them, we may earn a small commission at no extra cost to you.

Disclaimer: This tool is provided as-is for informational and educational purposes only.

ToolBird Assistant

Find the right tool instantly

Hey! I'm ToolBird Assistant. Tell me what you need and I'll find the right tool for you.