Main axis vs cross axis
justify-content aligns items on the main axis. align-items aligns them on the cross axis.
Experiment with flex direction, alignment, wrap and gap, then copy valid CSS output.
Updated
display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
Quick start
Tune core flex properties and watch immediate layout behavior.
Pick direction, justify, align, wrap and gap values.
Observe how item layout reacts in real time.
Paste the generated flex declarations into your project.
In-depth guide
Experiment with core flexbox properties and understand layout behavior instantly through a live preview.
justify-content aligns items on the main axis. align-items aligns them on the cross axis.
Use this tool for quick browser-based work when you need an answer or output immediately. Use a dedicated application or automated workflow when you need bulk processing, approvals, or repeatable production rules.
Browser-first by design. The tool page explains any exception before you use it.
Your input is handled in the browser wherever the tool can process it locally. EpitomeTool does not add an upload step unless a tool page explicitly says so.
It controls whether items stay on one line or move to the next line when space runs out.
It always aligns across the cross-axis, and the cross-axis changes when flex-direction changes.
This version outputs raw CSS. Tailwind class output can be added in Sprint 2.
Keep exploring
Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.
Generate layered-looking box shadows with visual controls for offset, blur, spread and opacity.
Create custom rounded corners visually and copy exact border-radius CSS shorthand.
Build responsive CSS grid layouts with live rows, columns and gap controls.
Shrink PDF file size without uploading to a server.
Body Mass Index with metric / imperial inputs and WHO category bands.
Combine multiple PDFs into one in your browser.
Split a PDF by pages or page ranges, download as zip.