美文网首页
2022-09-22 DIV的margin-top失效

2022-09-22 DIV的margin-top失效

作者: null_2562 | 来源:发表于2022-09-21 17:42 被阅读0次
    错误页面,10像素外边距没有作用

    文档说明:


    文档说明

    改正代码

    body {
        margin: 0 !important;
    }
    .d1 {
        margin: 0;
        background-color: red;
        height: 20px;
    }
    .d2 {
        margin: 10px;
        height: 30px;
        background-color: gray;
        display: block;
    }
    

    解决问题


    解决问题

    相关文章

      网友评论

          本文标题:2022-09-22 DIV的margin-top失效

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