Flexbox Grid
Flexbox Grid
4. Flex: Utilities for controlling how flex items both grow and shrink.
grow flex-grow: 1;
grow-0 flex-grow: 0;
shrink flex-shrink: 1;
shrink-0 flex-shrink: 0;
7. Order: Utilities for controlling the order of flex and grid items.
order-1 order: 1;
order-2 order: 2;
order-3 order: 3;
order-4 order: 4;
order-5 order: 5;
order-6 order: 6;
order-7 order: 7;
order-8 order: 8;
order-9 order: 9;
order-10 order: 10;
order-11 order: 11;
order-12 order: 12;
order-first order: -9999;
order-last order: 9999;
order-none order: 0;
8. Grid template columns: Utilities for specifying the columns in a grid layout.
9. Grid column start/end: Utilities for controlling how elements are sized and placed across grid columns.
10. Grid template row: Utilities for specifying the rows in a grid layout.
11. Grid row start/row: Utilities for controlling how elements are sized and placed across grid rows.
12. Grid auto flow: Utilities for controlling how elements in a grid are auto-placed.
14. Grid auto rows: Utilities for controlling the size of implicitly-created grid rows.
15. Gap: Utilities for controlling gutters between grid and flexbox items.
*: 0/px/0.5/1/1.5/2/2.5/3/3.5/4/5/6/7/8/9/10/11/12/14/16/20/24/28/32/36/40/44/48/52/56/60/64/72/80/96
gap-* gap: *;
gap-x-* column-gap: *;
gap-y-* row-gap: *;
16. Justify content: Utilities for controlling how flex and grid items are positioned along a container's main axis.
17. Justify items: Utilities for controlling how grid items are aligned along their inline axis.
18. Justify self: Utilities for controlling how an individual grid item is aligned along its inline axis.
19. Aligns content: Utilities for controlling how rows are positioned in multi-row flex and grid containers.
20. Aligns items: Utilities for controlling how flex and grid items are positioned along a container's cross axis.
21. Align self: Utilities for controlling how an individual flex or grid item is positioned along its container's cross axis.
22. Place content: Utilities for controlling how content is justified and aligned at the same time.
23. Place items: Utilities for controlling how items are justified and aligned at the same time.
24. Place self: Utilities for controlling how an individual item is justified and aligned at the same time.