Files
freeCodeCamp/guide/chinese/css/layout/inline-block/index.md
2018-10-16 21:32:40 +05:30

11 lines
427 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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