How can I use CSS nth-child(odd) nth-child(even) to justify columns in a CSS grid? – Html
I have a CSS grid. I would like to use the nth-child odd and even selectors to make items be pushed up against each vertical edge of the grid - it should look like: .questionsAndAnswers { display: grid; grid-template-columns: repeat(2,…