내용물을 가운데 정렬시키기

hyein·2022년 7월 31일
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

0개의 댓글