예제 소스 Exercise/7장/3_collapsing_margin/style.css
#parent {
width: 100%;
height: 500px;
background-color: yellow;
}
#child {
width: 300px;
height: 300px;
background-color: blue;
margin-top: 100px;
}

그림 7-15 파란색 박스는 물론 노란색 박스까지 함께 내려간다