npm start


FLEX-WRAP

The flex-wrap CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.

GRID

The grid CSS property is a shorthand property that sets all of the explicit and implicit grid properties in a single declaration.

FLEXIBLE-GRID

The combination of flex-wrap + flex

REEL

The combination of display: grid + overflow-x: scroll

SIDEBAR

The combination of flex-basis + flex-grow