CSS table row even and oddDesign, Programming / By Alex tr:nth-child(even) {background: #CCC} tr:nth-child(odd) {background: #EEE}