Toggle flexbox properties and see the result live.
} renderFlex();
Properties explained
- flex-direction β main axis: row (horizontal) or column (vertical)
- justify-content β alignment along the main axis
- align-items β alignment along the cross axis
- flex-wrap β whether items wrap to new lines
- gap β space between items