Display inline,dan inlineblock
"inline-block":
The display: inline-block property combines the characteristics of both display: inline and display: block. It allows an element to flow with surrounding content like an inline element, while also allowing the element to have a fixed width, height, and vertical alignment like a block element.