text-align
text-align: center;
문자를 수평 정렬
right : 오른쪽 정렬
center : 가운데 정렬
text-decoration
text-decoration: underline;
문자의 선 추가
underline : 밑줄
line-through : 중앙 선
none : 밑줄 없애기
text-indent
text-indent: 50px;
문장 첫 줄 들여쓰기
속성값으로 음수도 사용할 수 있다(=내어쓰기)