inlineblocks
Inline-block is a display value in CSS that allows an element to behave like an inline element in some ways and like a block-level element in others. Inline-block elements flow with text, meaning they sit side-by-side with other inline or inline-block elements. However, they also respect explicit widths and heights, and can have margins and padding applied to them, just like block-level elements. This makes them a versatile tool for web layout.
When an element has a display value of inline-block, it is treated as a single unit within
Margins and padding can also be applied to inline-block elements, and these will affect their layout in