<p>CSS text-align 속성은 블록 요소나 표의 칸 상자의 가로 정렬을 설정합니다.</p>
<p>CSS text-align 속성은 블록 요소나 표의 칸 상자의 가로 정렬을 설정합니다.</p>
<p>CSS text-align 속성은 블록 요소나 표의 칸 상자의 가로 정렬을 설정합니다.</p>
p:first-of-type {
  text-align: right;
}

p:last-of-type {
  text-align: center;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.