2024-11-27
This commit is contained in:
@@ -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` : 플레스 컨테이너 내부에서 할당 가능한 공간의 정도를 비례값으로 지정합니다.
|
||||
|
||||
Reference in New Issue
Block a user