Gold challenge: in index.html, make the background color of rows with posts alternate between white and a light gray.
index.html
Psst: you'll need a pseudo-class called nth-child(even) for that.
nth-child(even)