Coding/HTML & CSS

FlexBox 실습

Kim-JS 2020. 4. 18. 10:18

from KimBug CSS 강의중~

 

row 정렬할 부모 요소 , section 에 display : flex 적용 , 방향 . flex-direction : row, 한줄안에 정렬 , flex-wrap : nowrap,

justify-content : space-around; 로 가운대 정렬 

 

justify-content 의 속성값은 center, flex-start , flex-end, space-between , space-around 가 있음, 잘기억 할것.