文本两端对齐
-
css怎么设置文本两端对齐



设置方法:1、给文本元素添加“text-align: justify;”样式;2、给文本元素添加“justify-content: space-around;”或“justify-content: space-between;”样式。 本教程操作环境:windows7系统、CSS3&&…



设置方法:1、给文本元素添加“text-align: justify;”样式;2、给文本元素添加“justify-content: space-around;”或“justify-content: space-between;”样式。 本教程操作环境:windows7系统、CSS3&&…