If a block element does not have a height specified, its height will be generated by its content:
<div>text</div>
div { width: 100px; border: 1px solid red; }
: