التصميم والموارد
Range Slider CSS مولد
إنشاء custom range slider CSS.
الإدخال
Range Slider CSS مولد
range sliderinput rangecssform
الإخراج
Range Slider CSS Generator
.range {
width: min(100%, 320px);
appearance: none;
height: 8px;
border-radius: 999px;
background: linear-gradient(90deg, #2563eb 0 62%, #cbd5e1 62% 100%);
}
.range::-webkit-slider-thumb {
appearance: none;
width: 20px;
height: 20px;
border-radius: 999px;
background: white;
border: 3px solid #2563eb;
box-shadow: 0 8px 18px rgba(15,23,42,0.15);
}Live preview
Live canvas
أدوات مشابهة
Floating Label Input CSS مولد
إنشاء floating label input CSS.
Toggle Switch CSS مولد
إنشاء CSS toggle switch styles.
Box Shadow مولد
إنشاء CSS box-shadow values مع custom offsets و blur.
Scrollbar CSS مولد
إنشاء custom scrollbar CSS.
Accordion CSS مولد
إنشاء accordion panel CSS.
Avatar Stack CSS مولد
إنشاء overlapping avatar stack CSS.