Gold challenge: in index.html, make the background color of rows with posts alternate between white and a light gray.

Psst: you'll need a pseudo-class called nth-child(even) for that.