[ flex ] justify-content


[ flex ] justify-content

justifiy-content 자식요소 정렬에 대한 속성이다 html 자식요소 justifiy-content : center; 자식요소 가운데 정렬 .parent{ display: flex; border: 5px solid #000; justify-content: center; } .child{ background-color: rgb(57, 246, 130); width: 200px; height: 200px; color: #fff; text-align: center; line-height: 200px; } justify-content:flex-start; 자식요소 왼쪽 정렬 .parent{ display: flex; border: 5px solid #000; justify-content: flex-st..


원문링크 : [ flex ] justify-content