flexbox

Younghwan Cha·2023년 4월 18일
0

Frontend

목록 보기
1/7

container


display: flex 설정을 통해서 flexbox 로 만들어 줄 수 있다.

  • flexDirection
  • alignItems
  • justifyContent
    • space-between: 0 1 1 0
    • space-around : 1 2 2 1
    • space-evenly : 1 1 1 1

item

  • flex
    • flex-grow
    • flex-shrink
    • flex-basis
  • order
  • align-self

https://letsgojieun.tistory.com/49

profile
개발 기록

0개의 댓글