美文网首页
2019-09-13 CSS盒模型

2019-09-13 CSS盒模型

作者: 枫叶落尽 | 来源:发表于2019-10-07 01:23 被阅读0次

    width、heigth 设置的是Content box 的宽高

    The margin is not counted towards the actual size of the box — sure, it affects the total space that the box will take up on the page, but it space outside the box. The box's area stops at the border — it does not extend into the margin.
    margin 不计入盒子的尺寸的计算。

    一个div内含一个div,则内部的div以border为界,作为外部div的内容,即content-box。

    https://developer.mozilla.org/zh-CN/docs/Learn/CSS/Building_blocks/The_box_model
    https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Backgrounds_and_borders
    https://developer.mozilla.org/zh-CN/docs/Web/CSS/CSS_Flow_Layout/Block_and_Inline_Layout_in_Normal_Flow
    https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing

    相关文章

      网友评论

          本文标题:2019-09-13 CSS盒模型

          本文链接:https://www.haomeiwen.com/subject/zutoyctx.html