FlexBox

--- 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** ė°•ģŠ¤ģ˜ ķ™”ė©“ģ„ 쓈과 ķ•˜ė©“ ė°‘ģœ¼ė”œ 낓릓 수 ģžˆė‹¤.