标签: html css text-align text-justify
我的代码:
<div style="width: 400px; text-align: justify; background: yellow">hello world hello world</div>
我希望将“hello world hello world”扩展到400px,使每个单词之间的间距尽可能大。除了它不是,我不知道为什么。有什么想法吗?
关于jsiddle的例子:
http://jsfiddle.net/9xq9ktn9/