freeCodeCamp/guide/chinese/css/layout/inline-block/index.md

11 lines
427 B
Markdown
Raw Normal View History

---
title: Inline Block
localeTitle: 内联块
---
## 内联块
内联块是display属性的可能值。 标记为_内联块的_元素的行为类似于内联元素例如 _跨度_ ),但可以具有宽度和高度。
#### 更多信息:
[这是一篇很好的文章,](https://css-tricks.com/almanac/properties/d/display/#inline-block)可以阅读以了解有关使用内联块元素创建布局的更多信息。