Diseño y Recursos
Floating Label Input CSS Generador
Generar floating label input CSS.
Entrada
Floating Label Input CSS Generador
floating labelformcssui
Salida
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;
}Herramientas relacionadas
Color Conversor
Convert between HEX, RGB, y HSL Color paramats.
CSS Gradient Generador
Generar a linear gradient y copy the CSS instantly.
Favicon Generador
Create a simple SVG favicon desde initials y bry Colors.
SVG Optimizer
Strip comments y collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments y extra whitespace.
CSS paramateador
Pretty-print CSS con readable indentation.