Home / CSS Tips Generated By ChatGPT / Styling Alternate Rows in Tables in CSS Improve readability of table data by styling alternate rows. Source Code tr:nth-child(even) { background-color: #f2f2f2; }