1. 2
    Use grid-template to make your CSS Grid declarations more readable
    2m 49s

Use grid-template to make your CSS Grid declarations more readable

InstructorBryan Robinson

Share this video with your friends

Send Tweet

In this lesson, we'll look at refactoring an asymmetric promotional grid. We'll go from using a combination of grid-template-rows, grid-template-columns, grid-row, and grid-column to using the shorthand grid-template and grid-area properties.