📜  什么是内联 flex - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:48.857000             🧑  作者: Mango

代码示例1
flex and inline-flex both apply flex layout to children of the container. Container with display:flex behaves like a block-level element itself, while display:inline-flex makes the container behave like an inline element.