Design und Assets
Zebra Table CSS Generator
Erzeuge zebra stripe table CSS.
Eingabe
Zebra Table CSS Generator
table csszebra tableuisnippet
Ausgabe
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;
}Ä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.