HTML | css 속성 코드
2019.12.27
텍스트 스타일을 위한 속성 (출처: http://www.homejjang.com/07/text_css.php)color: 텍스트 색상 (white #FFFFFF ) direction: 텍스트 방향 ( ltr, rtl ) line-height: 줄간격 (150% ) letter-spacing: 글자간격 (-0.1px) text-align: 텍스트 정렬 (left, right, center, justify ) text-decoration: 텍스트 장식 (none, underline, overline, line-through, blink ) text-indent: 들여쓰기 (20px ) text-transform: 대소문자 지정 (none, capitalize, uppercase, lowercase) word..