8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ead01 commit 64c4a88Copy full SHA for 64c4a88
chapters/001 盒模型.md
@@ -15,7 +15,7 @@
15
on <a href="https://codepen.io">CodePen</a>.
16
</iframe>
17
18
-上例中,p0没有设置width和height,p0是一个block,所以它会占满父元素的整个内容宽度。p1和p2通过设置`width: min-content`、`width: max-content`,它们的宽度由内容决定。p3设置宽度高度为固定尺寸,此时内容过多导致`overflow`出现。
+上例中,p0没有设置width和height,p0是一个block,所以它会占满父元素的整个内容宽度。p1和p2通过设置`width: max-content`、`width: mix-content`,它们的宽度由内容决定。p3设置宽度高度为固定尺寸,此时内容过多导致`overflow`出现。
19
20
## 盒模型的区域
21
0 commit comments