table tr:nth-child(even){ background-color: bisque; } table tr:nth-child(odd){ background-color: azure; }