๐ CSS Flexbox
ๅฐบๅฏธๅชๅ ้ ๅบ
่ไพ๏ผ่ฅๆ่จญ flex-basis ่ท width๏ผๅชๅ ่ๆ ฎ flex-basis
ๅชๅ ๆฌ (็ฑๅคงๅฐๅฐ) | ๅฑฌๆง |
---|---|
5 | Max-width |
4 | Min-width |
3 | Flex-basis |
2 | Width |
1 | Content-width |
flex
ๅฑฌๆง็ธฎๅฏซ
flex: grow shrink basis
flex: 1 1 0 /* is the same as flex: 1 */
flex: 2 2 0 /* is the same as flex: 2 */
flex: 3 /* is the same as flex: 3 3 0 */