Tables rayées CSS
tr:nth-child(even) {
background-color: #f1f8ff;
}
Smooth Jazzin'
tr:nth-child(even) {
background-color: #f1f8ff;
}
table tr:nth-child(even) {
background-color: #eee;
}
table tr:nth-child(odd) {
background-color: #fff;
}