Add Rows with grid-template-rows

The grid you created in the last challenge will set the number of rows automatically. To adjust the rows manually, use the grid-template-rows property in the same way you used grid-template-columns in the previous challenge.


Add two rows to the grid that are 50px tall each.

Tests

  • Waiting: 1. container class should have a grid-template-rows property with two units of 50px.
/**
* Your test output will go here
*/