التصميم والموارد
Progress Bar CSS مولد
إنشاء CSS progress bar components.
الإدخال
Progress Bar CSS مولد
progress barcssuidashboard
الإخراج
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 preview
Live canvas
أدوات مشابهة
Accordion CSS مولد
إنشاء accordion panel CSS.
Avatar Stack CSS مولد
إنشاء overlapping avatar stack CSS.
Border Radius مولد
إنشاء border-radius CSS من corner values.
Floating Label Input CSS مولد
إنشاء floating label input CSS.
Focus Ring CSS مولد
إنشاء accessible focus-ring CSS.
Gradient Border CSS مولد
إنشاء gradient border CSS styles.