CSS
CSS Layout - display: inline-block
Compared to display: inline, the major difference is that display: inline-block allows to set a width and height on the element.
CSS
Compared to display: inline, the major difference is that display: inline-block allows to set a width and height on the element.