striped tables css

CSS
tr:nth-child(even) {
  background-color: #f1f8ff;
}
Source

Also in CSS: