My code:
<div style="width: 400px; text-align: justify; background: yellow">hello world hello world</div>
I'd expect that to stretch "hello world hello world" to 400px, making the spacing between each word as large as necessary. Except that it isn't and I don't know why. Any ideas?
Example on jsiddle: