CSS GridLayout
Subgrid Layout
A responsive grid layout using CSS subgrid. The left column spans all rows while the right column inherits row tracks from the parent.
Layout Variants
3 itemsPreview
main
subgrid 1
subgrid 2
How it works
Parent Grid
Defines the row template that children can inherit
Subgrid Child
Uses grid-template-rows: subgrid to align with parent tracks