设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 创业者 数据 手机
当前位置: 首页 > 服务器 > 系统 > 正文

CSS margin全面了解(7)

发布时间:2020-03-15 14:09 所属栏目:52 来源:站长网
导读:divclass=container divclass=box p父元素的margin-top为50px,子元素的margin-top为25px;/p p咦,子元素的margin-top呢?为什么都顶到父元素上边界了?/p

        <div class="container">  

            <div class="box">  

                <p>父元素的margin-top为50px,子元素的margin-top为25px;</p>  

                <p>咦,子元素的margin-top呢?为什么都顶到父元素上边界了?</p>  

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读