junrillg
6/16/2014 - 6:12 AM

CSS3 Zebra Striping a Table

CSS3 Zebra Striping a Table

tbody tr:nth-child(odd) {
   background-color: #ccc;
}