{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same
catalogue, so a page rendered by a non-owner points its canonical at the owner
instead of competing with it. Falls back to this site for static/self-owned pages. #}
Generate flexbox container and item CSS with direction, alignment, wrapping, gap, and Tailwind HTML output.
How It Works
Configure flex direction, justify-content, align-items, wrap behavior, and gap. Generates CSS for container and item classes, plus a ready-to-use Tailwind HTML snippet with all equivalent utility classes applied.
Frequently Asked Questions
What's the difference between justify and align?
justify-content controls distribution along the main axis (horizontal for row). align-items controls the cross axis (vertical for row).
Does this output include Tailwind?
Yes. The generator produces both vanilla CSS and a complete Tailwind HTML snippet with the equivalent utility classes.