developer
JSON Path Tester
Test JSONPath expressions against JSON data. Supports dot notation, arrays, slicing, and wildcards.
Visual flexbox layout builder. Configure direction, alignment, wrapping, and gap — copy the CSS.
CSS flexbox generator
Configure flex container and items visually — copy the generated CSS.
Preview
CSS output
How to use
CSS Flexbox is a one-dimensional layout model that distributes space along a single axis. The flex container's main axis is set by flex-direction (row = horizontal, column = vertical). justify-content controls spacing along the main axis, while align-items controls the cross axis. The gap property adds consistent spacing between items without margins.
Flexbox is ideal for navigation bars, card layouts, centering content, and distributing items evenly. Unlike CSS Grid (which is two-dimensional), Flexbox works best for layouts that flow in one direction. The wrap property allows items to flow to the next line when they don't fit, making it responsive by default.
More Developer tools
Related tools
developer
Test JSONPath expressions against JSON data. Supports dot notation, arrays, slicing, and wildcards.
developer
Convert between px, em, and rem CSS units. Set custom root and parent font sizes with a reference table.
developer
Create gradient borders with live preview and generated CSS code. Customize colors, width, radius, and angle.
converter
Convert JSON arrays to CSV and CSV to JSON instantly in your browser. Download CSV files with one click.