CodingLaboratory
Lab Commands
Enter The Lab

Generator Lab / flexbox-layout

Calibrated
All generators

Digital lab instrument

Flexbox Lab

Test alignment, distribution, direction, and spacing in one instrument.

Digital lab instrument

Input controls

1234
Generated formulaAdjust an instrument to begin.
.layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}