W

Last updated on

The white-space property controls how text is handled on the element it is applied to. Let’s say you have HTML exactly like this: <div> A bunch of words you see. </div> You’ve styled the div to have a set width of 100px. At a reasonable font size, that’s too much text to fit in 100px.

Continue reading →