1. 1
    Use CSS Grid to create an asymmetric promo grid
    2m 25s

Use CSS Grid to create an asymmetric promo grid

InstructorBryan Robinson

Share this video with your friends

Send Tweet

In this lesson, we'll create an asymmetric promotional area where our promos get progressively smaller. We'll use CSS Grid to keep our HTML to 6 semantic lines to make this work. We'll create our asymmetry directly in our grid definition and not in our HTML by using a combination of grid-template-columns and the fr unit in CSS.