Back to home next
CSS code

This challenge seemed pretty straightforward, and it was. I looked at it as a grid with three rows and five columns. I created a container with a display of grid. I defined the width and height of that grid, as well as grid template columns. I used nth-child(even) to alternate the background color of the cells in the grid.

Check out my code