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