[CSS]CSS Styling - Styling Text
개발관련/CSS/CSS3 2012. 10. 23. 18:53 |출처: http://www.w3schools.com/css/css_text.asp
All CSS Text Properties
Property | Description |
---|---|
color | Sets the color of text |
direction | Specifies the text direction/writing direction |
letter-spacing | Increases or decreases the space between characters in a text |
line-height | Sets the line height |
text-align | Specifies the horizontal alignment of text |
text-decoration | Specifies the decoration added to text |
text-indent | Specifies the indentation of the first line in a text-block |
text-shadow | Specifies the shadow effect added to text |
text-transform | Controls the capitalization of text |
unicode-bidi | |
vertical-align | Sets the vertical alignment of an element |
white-space | Specifies how white-space inside an element is handled |
word-spacing | Increases or decreases the space between words in a text |
CSS Text 예제
Set the text color of different elements
Align the text
Remove the line under links
Decorate the text
Control the letters in a text
Indent text
Specify the space between characters
Specify the space between lines
Set the text direction of an element
Increase the white space between words
Disable text wrapping inside an element
Vertical alignment of an image inside text
'개발관련 > CSS/CSS3' 카테고리의 다른 글
[CSS]CSS Styling - Styling Tables (0) | 2012.10.23 |
---|---|
[CSS]CSS Styling - Styling Lists (0) | 2012.10.23 |
[CSS]CSS Styling - Styling Links (0) | 2012.10.23 |
[CSS]CSS Styling - Styling Fonts (0) | 2012.10.23 |
[CSS]CSS Styling - Styling Backgrounds (0) | 2012.10.23 |