CSS - Presentation
Selectors
Selectors
.row:
nth-child(even)
{ background: #dde; } .row:
nth-child(odd)
{ background: white; }
Row 1
Row 2
Row 3
Row 4