Alternierende Zeilenfarben

Verfasst von

in


tr:nth-child(even) {
background-color: #FD9D5D;
}
tr:nth-child(odd) {
background-color: #C0F390;
}