Tutorial CSS3 Zebra Striping a Table

by in , 0

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

Leave a Reply