2024-11-27

This commit is contained in:
2024-11-27 12:56:21 +09:00
parent 9b8584413a
commit a356a36eb0
2 changed files with 11 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ div {
* `justify-content` : 주축을 기준으로 플렉스 아이템을 어떻게 정렬할 것인지를 지정합니다.
* start | end | flex-start | flex-end | center | left | right | normal | baseline | space-between | space-around | space-evenly | stretch | safe | unsafe
## 플스 아이템
## 플스 아이템
* `flex` = `flex-grow` + `flex-shrink` + `flex-basis`
* `flex-grow` : 플레스 컨테이너 내부에서 할당 가능한 공간의 정도를 비례값으로 지정합니다.