CSS styling alternating items, rows or columns using nth-child
The nth-child CSS psuedoclass allows you to apply a style to child elements in lists, such as <li> items or table <tr> rows or <td> cells. I’ve been working on a React frontend client to a Sudoku puzzle solver which is deployed as am AWS Lambda. It’s easy to build a table of <input> fields, …
Continue reading “CSS styling alternating items, rows or columns using nth-child”