STUDYING/HTML & CSS

[CSS] justify-content: center, align-items: center가 적용이 안될 때 해결방법

sustronaut 2022. 5. 9. 22:08

- justify-content: center 가 적용이 되지 않을 때

자식요소에 flex를 설정해야지 자식 요소에서 justify-content:center가 적용이 됨

부모요소에서 먼저 flex를 설정하면 적용되지 않음

 

- align-items: center 가 적용되지 않을 때

해당 요소의 height를 설정하지 않으면 적용되지 않음 -> height를 설정해 줄 것