I have a layout similar to:
I would like for the div to only exp
div
We can use any of the two ways on the div element:
display: table;
or,
display: inline-block;
I prefer to use display: table;, because it handles, all extra spaces on its own. While display: inline-block needs some extra space fixing.
display: inline-block