News

Style the table rows to alternate between gray and white colors, and to add an effect when hovering over the row: table tr :nth-child(even) td { background-color : #f2f2f2 ; ...