التصميم والموارد
Floating Label Input CSS مولد
إنشاء floating label input CSS.
الإدخال
Floating Label Input CSS مولد
floating labelformcssui
الإخراج
Floating Label Input CSS Generator
.field {
position: relative;
}
.field input {
padding: 12px;
border-radius: 12px;
border: 1px solid #475569;
}
.field label {
position: absolute;
left: 10px;
top: 10px;
transition: all 0.3s ease;
background: var(--surface);
padding: 0 4px;
}
.field input:focus + label,
.field input:not(:placeholder-shown) + label {
top: -8px;
font-size: 12px;
color: #2563eb;
}أدوات مشابهة
لون محول
Convert between HEX, RGB, و HSL لون لـmats.
CSS Gradient مولد
إنشاء a linear gradient و copy the CSS instantly.
Favicon مولد
Create a simple SVG favicon من initials و brو لونs.
SVG Optimizer
Strip comments و collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments و extra whitespace.
CSS منسق
Pretty-print CSS مع readable indentation.