1、text-align
指定元素文字的水平對齊方式
值 | 描述 |
left | 文字居左排列,預設值 |
right | 把文字排列到右邊 |
center | 把文字排列到中間 |
h3{text-align: center;}
h3{text-align: left;}
h3{text-align: right;}
2、text-decoration
text-decoration屬性規定新增到文字的修飾,下劃線、上劃線、刪除線等
值 | 描述 |
underline | 定義下劃線 |
overline | 定義上劃線 |
line-through | 定義刪除線 |
h3{text-decoration:overline ;}
h3{text-decoration:line-through ;}
h3{text-decoration:underline;}
3、text-transform
text-transform屬性控制文字的大小寫
值 | 描述 |
captialize | 定義每個單詞開頭大寫 |
uppercase | 定義全部大寫字母 |
lowercase | 定義全部小寫字母 |
p{text-transform: capitalize;}
p{text-transform: uppercase;}
p{text-transform: lowercase;}
4、text-indent
text-indent屬性規定文字塊中首行文字的縮排
.p1{text-indent: 50px;}
溫馨提示:復值是允許的。如果值是複數,將第一行左縮排