01 / 05
The body of a page needs a width
When writing runs from one edge of the screen to the other, your eyes travel too far across and it gets hard to read.
So the body goes inside a box with a width on it. The same reason newspapers and books are set in columns.
.main { width: 600px;}