⊗mkPmBMBEH 142 of 250 menu

Height of a block element in CSS

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; }

:

enru