Tag:inline-flex
-
The difference between flex and inline flex in CSS
Inline flex, like inline block, is a display:flex The container is an inline block for external elements. The difference between them is described as follows Flex: displays the object as an elastic expansion box Inline flex: display objects as inline block level elastic expansion boxes In a word, when the flex box container does not […]