- Is it interactive?
- Yes — toggle every flexbox property and see the layout update live. Outputs the exact CSS so you can copy it.
- What patterns are shown?
- Common ones pre-loaded: holy grail layout, centered content, sticky footer, equal-height cards. Start from a pattern and tweak.
- What about flex-wrap edge cases?
- Yes — wrap, wrap-reverse, and the interaction with justify-content/align-content that surprises most developers.
- Does it show mobile responsive behavior?
- Resize the preview pane to test. For real responsive design, combine with media queries after you've settled on the flex values.