css to color odd rows in table not including thead code example Example: striped tables css tr:nth-child(even) { background-color: #f1f8ff; }