[font] font-family, font-size, font-style, font-weight * { rgba (0,0,255,0.5); } /*네번째 숫자는 불투명도*/ text-align : start, end, left, right, center, justify, match-parent line-height : 줄 간격을 조절 텍스트를 세로로 가운데 정렬하기 - height : 100px; line-height : 100px 두 개의 속성값을 똑같이 추가 text-decoration : 텍스트의 줄을 표시하거나 없애줌 (none, underline, overline, line through) text-shadow : 텍스트에 그림자 효과 (가로 거리*, 세로 거리*, 번짐 정도, 색상) text..