Flex visualizer by Aram Zadoyan

Number of elements

Flex

Justify Content

Align Items

Flex Direction

Flex Wrap

1

Copy CSS Code here!

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