Flexbox Playground
Flex プロパティのビジュアルエディタとレイアウトプレビュー。 ブラウザ内処理・非アップロード。
8px
1
2
3
CSS
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 8px;
}Flex プロパティのビジュアルエディタとレイアウトプレビュー。 ブラウザ内処理・非アップロード。
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 8px;
}