对齐:
text-align:left | right | center | justify(两端对齐)
垂直对齐:
vertical-align:baseline | sub | super | top | text-top | middle | text-bottom | <percentage> | <length>
首行缩进:
text-indent : <length> | <percentage>
换行:
white-space: normal 换行变空格 | nowrap 强制一行 | pre 保留换行和tab不换行| pre-wrap 保留换行和tab | pre-line 只保留换行
word-warp : normal | break-word 长单词自动换行
word-break : normal | keep-all | break-all 任何两个字母都能自动换行