Flexbox & Grid
Flex
Utilities for controlling how flex items both grow and shrink.
Quick reference
Class | Properties |
---|---|
flex-1 | flex: 1 1 0%; |
flex-auto | flex: 1 1 auto; |
flex-initial | flex: 0 1 auto; |
flex-content | flex: 0 0 auto; |
flex-fill | flex: 1 0 auto; |
flex-none | flex: none; |