Align All Items Vertically using align-items
Using the align-items
property on a grid container will set the vertical alignment for all the items in our grid.
Use it now to move all the items to the end of each cell.
Tests
- Waiting: 1.
container
class should have aalign-items
property that has the value ofend
.
/** * Your test output will go here */