Pages

Saturday, March 1, 2014

Tutorial CSS3 Zebra Striping a Table

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

No comments:

Post a Comment