--- title: 'FlexBox' author: 'Hun Im' date: 2024-02-27T17:26:35+09:00 category: ['POSTS'] tags: ['CSS'] og_image: "/images/gamer.png" keywords: ['CSS'] --- **flex-basis** Similar to `width`, it allows you to specify the initial size of the box. **flex-grow** You can fill the available space in the overall box by giving it a value of 1. The default value is 0. **flex-shrink** It allows you to dynamically reduce the size of the box. The default value is 1. **flex-wrap** If the boxes exceed the screen width, they can be wrapped to the next line.
Ā
--- title: 'FlexBox' author: 'ģķ' date: 2024-02-27T17:26:35+09:00 category: ['POSTS'] tags: ['CSS'] og_image: "/images/gamer.png" keywords: ['CSS'] --- **flex-basis** `width` ė ė¹ģ·ķ ź°ė ģµģ“ģ ė°ģ¤ģ ķ¬źø°ė„¼ ģ§ģ ķ ģ ģė¤. **flex-grow** ģ 첓 ė°ģ¤ģ ķ¬źø°ģģ ė¹ ė¶ė¶ģ ź°ģ 1ģ 주멓 ģ±ģø ģ ģė¤. źø°ė³øź° 0 **flex-shrink** ėģ ģ¼ė” ķ“ė¹ ė°ģ¤ģ ķ¬źø°ė„¼ ģ¤ģ¼ ģ ģė¤. źø°ė³øź° 1 **flex-wrap** ė°ģ¤ģ ķė©“ģ ģ“ź³¼ ķė©“ ė°ģ¼ė” ė“릓 ģ ģė¤.