초보자를 위한 CSS로 텍스트 가운데 정렬하기
CSS로 텍스트를 가운데 정렬하는 방법을 알려드립니다!
이 글에서는 가로 가운데 정렬과 세로 가운데 정렬을 모두 다루고 있으며, 초보자도 쉽게 이해할 수 있도록 예시와 팁을 제공합니다.
CSS로 텍스트를 가운데 정렬하는 방법을 알려드립니다!
이 글에서는 가로 가운데 정렬과 세로 가운데 정렬을 모두 다루고 있으며, 초보자도 쉽게 이해할 수 있도록 예시와 팁을 제공합니다.
text-align: center
text-align: center;
display: flex;
와 justify-content: center;
line-height
display: flex;
와 align-items: center;
display: table-cell;
과 vertical-align: middle;
display: flex;
와 align-items: center;
position
과 transform
속성 사용하기line-height
와 text-align: center
display: flex;
와 justify-content: center;
align-items: center;
position
과 transform
사용하기