Sizing Blocks

Width without height is pretty cool - text is autowrapped and the height just expands as necessary.
Once you specify height, you are overriding the natural way the browser sets height after text wrapping.
If you use pixels to set the height, your block may or may not resize as you use zoom to make the text larger or smaller.
You can tell the browser to add a little scrollbar if the text will not fit in the height you set.
No scroll if text fits.
Or you can say, just hide any text that would flow beyond the height. Like where did all this text go???
For a puzzle, figure out why the body text is monospace while the navigation bar is stll sans-serif.

Go back to the Starting page.