📜  文本对齐 css 代码示例

📅  最后修改于: 2022-03-11 14:47:51.845000             🧑  作者: Mango

代码示例6
The different values of text-align are -
1) text-align: justify; (spreads throughout to the left and right)
2) text-align: center; (centers the text)
3) text-align: left; (the default value, shifts the text to left side)
4) text-align: right; (shifts the text to right side)