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;
}