Container
Items (3)
1
2
3
Generated CSS
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px 8px;
  height: 200px; /* optional */
}