mdn / css-examples

Code examples that accompany the MDN CSS documentation
https://developer.mozilla.org/docs/Web/CSS
Creative Commons Zero v1.0 Universal
618 stars 854 forks source link

Update grid auto placement example #143

Closed OnkarRuikar closed 1 year ago

OnkarRuikar commented 1 year ago

Problem

There are no gaps in the grid without using dense algorithm. So removing the grid-auto-flow: dense line has no effect.

Solution

Interleaving big and small blocks is not helping here. Putting bigger blocks together creates noticeable amount of gaps.