Tutorial CSS3 Zebra Striping a Table

by in , 01 Mar 2014 0

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

Leave a Reply