【发布时间】:2021-05-22 15:05:23
【问题描述】:
#container {
width: 350px;
height: 300px;
background-color: tomato;
margin: 20px auto;
}
h1 {
margin: 10px;
background-color: blue;
overflow: auto;
}
<div id="container">
<h1>Hello</h1>
</div>
这两个元素应该有边距,但没有任何边距。如何在它们之间放置边距
【问题讨论】:
-
你的问题不清楚