CSS Flexbox & Grid Playground

Container Properties

Items: 5

Click an item in the preview to configure its individual properties.

Live Previewdisplay: flex
Item 1
Item 2
Item 3
Item 4
Item 5

Generated CSS

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 8px;
}

This tool is provided as-is for convenience. Output should be verified before use in any production or critical context.