더북(TheBook)

예제 소스 Exercise/8장/2_position/3_relative.css

#box1 {
    width: 500px;
    height: 200px;
    background-color: gray;
}
 
#position_relative_parent {
    width: 500px;
    height: 500px;
    background-color: yellow;
}
 
#position_relative_child {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: blue;
    /* 부모 자식 간에 발생하는 마진 병합 현상이 일어납니다. */
    margin-top: 100px;
}
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.