<div class="wrap"> 外部容器 <div class="box"> 内部容器 </div> </div>
.wrap { background-color: red; width: 300px; height: 400px; margin: 100px; } .box { background-color: blue; height: 200px; margin: -100px; }