css中盒模型的注意点

259次阅读
没有评论

css中盒模型的注意点

1、padding不能为负值,margin可以。

2、背景色会平铺到非margin区域。

背景色会平铺到content、padding、border部分。

3、marked在Flexbox或网格布局中,不存在margin-top、bottom叠加及margin-top传递现象。

实例

.box1 {
    width: 200px;
    height: 200px;
    background: pink;
    margin-bottom: 30px;  取最高值,所以两个margin叠加,是30px
}
.box2 {
    width: 100px;
    height: 100px;
    background: blue;
    margin-top: 20px;
}

以上就是css中盒模型的注意点,希望对大家有所帮助。更多css学习指路:css教程

本文教程操作环境:windows7系统、css3版,DELL G3电脑。

神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试

相关文章:

版权声明:JavaScript2022-12-19发表,共计412字。
新手QQ群:570568346,欢迎进群讨论 Python51学习