[CSS] Text - 글자에 지정되는 css 서식 :: 소림사의 홍반장!

[CSS] Text - 글자에 지정되는 css 서식

2014. 10. 31. 14:27 - 삘쏘굿

참고) http://www.w3schools.com



All CSS Text Properties

  -   텍스트에 관련된 CSS


속성 설명 실습 비고
color red, #FF0000, rgb(255,0,0) 글자 색상 바로가기
direction ltr, rtl 글자 방향 바로가기
letter-spacing -0.1px 자간 (글자 간격) 바로가기
line-height 150% 행간 (줄 간격) 바로가기
text-align left, right, center, justify 글자 수평 위치 정렬 바로가기
text-decoration none, underline, overline, line-through, blink 글자 효과 바로가기
text-indent 20px 들여쓰기 바로가기
text-shadow 그림자 효과 바로가기 IE10이상
text-transform none, capitalize, uppercase, lowercase 대소문자 지정 바로가기
vertical-align baseline,sub,top,middle,bottom 글자 수직 위치 정렬 바로가기
white-space normal, nowrap, pre, pre-line, pre-wrap, inherit 공백 처리 바로가기 IE8이상
word-spacing 1px, -1pt, 2cm, 0.5em 단어사이의 간격 바로가기


다른 카테고리의 글 목록

Dev. 웹/CSS 카테고리의 포스트를 톺아봅니다