Design und Assets
Floating Label Input CSS Generator
Erzeuge floating label input CSS.
Eingabe
Floating Label Input CSS Generator
floating labelformcssui
Ausgabe
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;
}Ähnliche Tools
Farbe Konverter
Convert between HEX, RGB, und HSL Farbe fürmats.
CSS Gradient Generator
Erzeuge a linear gradient und copy the CSS instantly.
Favicon Generator
Create a simple SVG favicon aus initials und brund Farbes.
SVG Optimizer
Strip comments und collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments und extra whitespace.
CSS fürmatierer
Pretty-print CSS mit readable indentation.