ToolNext

Playground de Flexbox

Aprenda e depure layouts CSS Flexbox visualmente

gap8px
tools.flexbox-playground.childCount4
1
2
3
4
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 8px;
}

工具说明

Playground de Flexbox online para ajustar visualmente flex-direction, justify-content, align-items e outras propriedades com prévia do layout em tempo real e saída de CSS.

flexboxcssflex布局justifyalign