⊗mkPmBMIBEH 154 of 250 menu

Height of inline-block element in CSS

If an inline-block element does not have a height specified, its height will be generated by its content, similar to inline elements:

<span>text</span> span { width: 100px; border: 1px solid red; display: inline-block; }

:

enru