Open
Description
The following CSS grid examples do not layout correctly on https://gridbyexample.com/examples:
- Line-based placement named lines with spans
- Using repeat notation
- Layering items
- Nested grid
- minmax() and spanning columns and rows
- The auto-fill keyword with named grid lines
- Aligning the grid with space-around and space-between
- Percentage based grids and gaps
- auto-fill vs. auto-fit (the bottom row does not fill up completely when the width is large)
- Subgrid on columns and rows
- Subgrid on columns, implicit grid rows
- Subgrid on rows, defined column tracks
- The subgrid can override the gap on the parent
- No implicit grid in subgridded dimension
- Line names on the parent are passed into the subgrid
- Line names on the child are added to those from the parent
- Padding is honored on the subgrid
- Margin is honored on the subgrid