CSS · HTML
justify-content + align-items 이용해 아이템 중앙에 놓기
혜원21
2021. 10. 13. 12:12
*
See the Pen flex center by nilgi (@nilgi) on CodePen.
display: flex;
justify-content: center; // 가로 중앙
align-items: center; // 세로 중앙
flex로 하니까 어렵네.