【CSS】Beginner4:Text

1.alter the size and shape of the text

2.font-family:Arial, Verdana,"Times New Roman",helvetica,serif

3.font-size:vs h1 ;1px vs 1.5em

4.font-weitht:whether the text is bold or not

bold/500,600,700

normal/100,200,300,400

lighter bolder

5.font-style:italic/normal

6.text-decoration:underline/overline/line-through/none

7.text-transform:capitalize/uppercase/lowercase/none

8.text spacing

letter-spacing

word-spacing:0.5em/normal

line-height:2/1.5em/12%/normal

text-align:left/right/center/justify

text-indent:1.5em/15% print

原文地址:https://www.cnblogs.com/yzhen/p/3657479.html