Design & Assets
Zebra Table CSS Generator
Generate zebra stripe table CSS.
Input
Zebra Table CSS Generator
table csszebra tableuisnippet
Output
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;
}Related tools
Color Converter
Convert between HEX, RGB, and HSL color formats.
CSS Gradient Generator
Generate a linear gradient and copy the CSS instantly.
Favicon Generator
Create a simple SVG favicon from initials and brand colors.
SVG Optimizer
Strip comments and collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments and extra whitespace.
CSS Formatter
Pretty-print CSS with readable indentation.