예제 소스 Exercise/7장/3_collapsing_margin/style.css
#first {
width: 100%;
height: 200px;
background-color: yellow;
margin-bottom: 100px;
}
#second {
width: 100%;
height: 200px;
background-color: blue;
}

그림 7-11 노란색 박스 아래에 공백이 100픽셀 생김