1. CSS Subgrid

    Feature of the CSS Grid Layout Module Level 2 that allows a grid-item with its own grid to align in one or both dimensions with its parent grid.

  2. css property: grid-template-columns: `subgrid`

  3. css property: grid-template-rows: `subgrid`