这是因为body的padding属性的默认值就是0,所以你把它删掉会觉得没啥变化。但是没有变化就不等于说它是多余的,如果前面的css设置(包括内联的或外联的)中把body的padding设为其他大于0的值,那么这里就可以把它重新设为0。补充说一下:body的margin属性的默认值则是8px(即8个像素),但不同的浏览...
<body><divclass="relative">relative-1</div><divclass="relative">relative-2</div></body> 运行结果一 修改代码 .relative{position:relative;width:100px;height:100px;background-color:yellowgreen;margin-bottom:20px;margin-top:20px; }.absolute{width:100px;height:100px;background-color:salmon;top...
<div style="height:90px; margin-bottom:-10px; width:90px; ">X</div> <div style="height:90px; margin-top:-30px;width:70px; ">Y</div> </body> </html> 结果: c)、参与折叠的 margin 中有正值,有负值:先取出负 margin 中绝对值中最大的,然后,和正 margin 值中最大的 margin 相加。
a)、参加折叠的margin都是正值:取其中 margin 较大的值为最终 margin 值。 示例: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>边距折叠</title> </head> <body> <div style="height:90px; margin-bottom:99px; width:90px; background-color: red;">X</div> <div style="h...
margin: 40px; } .bottom { background: orange; margin: 20px; } </style> </head> <body> <div class="top">margin: 40px</div> <div class="bottom">margin: 20px</div> </body> </html> 而行内元素实际上不占上下外边距。 如下图所示: ...
下面关于CSS的说法正确的有()。A.CSS可以控制网页背景图片B.margin属性的属性值可以是百分比C.整个BODY可以作为一个BOXD.对于中文可以使用word-s
【单选题】下面关于CSS的说法错误的有()。A. CSS可以控制网页背景图片B. margin属性的属性值可以是百分比C. 整个body可以作为一个盒子D. margin
html,body{font-family:'segoe ui';font-size:1.5em;margin:10px} html,body{background-color:#111;color:#48d1cc} 簡單的 CSS 我正與在此示例中,為縮小可能不是什麼大不了。 然而,最的 CSS 使有很多商務網站與大樣式表的意義。 你會如何添加縮小? 它是用 StyleBundle 替換包類一樣簡單。 StyleBund...
margin: 0 auto; width: 1170px; } div{ float: left; width: 279px; } p{margin-left: 47px; margin-top: -65px; } </style> </head> <body> <div> <h5 class="duo"> </h5> <p>品类齐全,轻松购物</p> </div> <div> <h5 class="kuai"></h5> ...
*{padding:0;margin:0;}body{background:url(images/wx.jpg)repeat-x;}.father{padding-top:20px;}li{padding-left:16px;height:33px;float:left;line-height:33px;margin:0 10px;background:url(./images/to.png)no-repeat left;}a{padding-right:16px;height:33px;display:inline-block;color:#fff...