To make vertical zebra stripes, style every other column, instead of every other row.
Set the :nth-child(even) for table data elements like this:
Live Demo & Try it yourself!
Output
Note: Put the :nth-child() selector on both th and td elements if you want to have the styling on both headers and regular table cells.