- Does it cover every flexbox property?
- All 12 container props and 6 item props. Plus common patterns (centered box, sidebar layout, sticky footer, card grid).
- What's the difference from CSS Grid?
- Flexbox is one-dimensional (row or column); Grid is two-dimensional (row and column simultaneously). Use the Grid Cheatsheet for 2D layouts.
- Are the examples live?
- The cheatsheet has visual diagrams and copyable code. For interactive experimentation use the Flexbox Playground.
- What about gap and row-gap?
- Yes — `gap` is covered including the newer `row-gap` and `column-gap` shorthand. Supported in all modern browsers since 2021.