CSS3 Zebra Striping a Table

Avatar of Chris Coyier
Chris Coyier on
tbody tr:nth-child(odd) {
   background-color: #ccc;
}