1
在下面的代碼片段中,爲什麼h1
上的邊距溢出Console__Content
的頂部?H1毛利意外溢出集裝箱
Console__Content
有足夠的空間,我希望h1
被定位,以便我沒有得到黑色矩形上方的白色帶。
我錯過了什麼?
.Container {
width: 300px;
height: 200px;
border: 1px solid red;
}
.Console {
height: 100%;
}
.Console__Content {
font-family: monospace;
color: #fff;
background-color: black;
width: 100%;
height: 100%;
}
<div class="Container">
<div class="Console">
<div class="Console__Content">
<h1>Test!</h1>
</div>
</div>
</div>
這是由摺疊引起的利潤率:https://www.sitepoint.com/collapsing-margins/ – sol
這不一樣其他**問**不是在重複我的意見。 – weBBer