table tr:nth-child(even) { background-color: #eee; } table tr:nth-child(odd) { background-color: #fff; }