Back

CSS Flexbox & Grid Playground

CSS Flexbox/Grid Playground

Light
Flexbox
Row
Flex-start
Stretch
Nowrap
Item 1
Item 2
Item 3
Item 4
Item 5
Item 6

Generated CSS

.container {
  display: flexbox;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
CSS Flexbox & Grid Playground – Learn & Test Layouts