Diseño y Recursos
Zebra Table CSS Generador
Generar zebra stripe table CSS.
Entrada
Zebra Table CSS Generador
table csszebra tableuisnippet
Salida
Zebra Table CSS Generator
table.zebra tbody tr:nth-child(odd) {
background: #f8fafc;
}
table.zebra tbody tr:nth-child(even) {
background: #e2e8f0;
}
table.zebra td,
table.zebra th {
padding: 8px;
}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.