Zurück

Design und Assets

Progress-Bar-CSS-Generator

Erzeuge CSS-Komponenten für Fortschrittsleisten.

Kategorie

Design und Assets

Tags

progress barcssuidashboard
Mehr aus Design und Assets
Eingabe

Progress-Bar-CSS-Generator

progress barcssuidashboard
Schnellbeispiele
Ausgabe

Progress Bar CSS Generator

.progress-shell {
  width: min(100%, 360px);
  border-radius: 999px;
  background: color-mix(in srgb, #0f172a 14%, white);
  padding: 6px;
}

.progress-bar {
  height: 10px;
  width: 68%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e, color-mix(in srgb, #22c55e 65%, white));
  box-shadow: 0 8px 18px color-mix(in srgb, #22c55e 30%, transparent);
}
Live Vorschau
Live canvas