Edit in JSFiddle

table {width: 100%;}
tr:nth-child(even) {
    background: peachpuff;
}