التصميم والموارد
Toggle Switch CSS مولد
إنشاء CSS toggle switch styles.
الإدخال
Toggle Switch CSS مولد
toggle switchcssuiform
الإخراج
Toggle Switch CSS Generator
.switch {
position: relative;
width: 60px;
height: 29px;
border-radius: 999px;
background: #cbd5e1;
transition: background 0.3s ease;
}
.switch::after {
content: "";
position: absolute;
top: 4px;
left: 4px;
width: calc(29px - 8px);
height: calc(29px - 8px);
border-radius: 999px;
background: white;
box-shadow: 0 6px 14px rgba(15,23,42,0.18);
transition: transform 0.3s ease;
}
.switch.active {
background: #2563eb;
}
.switch.active::after {
transform: translateX(30px);
}Live preview
Live canvas
أدوات مشابهة
Floating Label Input CSS مولد
إنشاء floating label input CSS.
Gradient Border CSS مولد
إنشاء gradient border CSS styles.
Pricing Card CSS مولد
إنشاء pricing card CSS styles.
Accordion CSS مولد
إنشاء accordion panel CSS.
Avatar Stack CSS مولد
إنشاء overlapping avatar stack CSS.
Border Radius مولد
إنشاء border-radius CSS من corner values.