더북(TheBook)

예제 소스 Exercise/9장/2_float/style02.css

html,body{
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 100px;
    background-color: yellow;
}

#left {
    width: 150px;
    height: 200px;
    background-color: blue;
}

section {
    width: 400px;
    height: 200px;
    background-color: orange;
}

#right {
    width: 200px;
    height: 200px;
    background-color: red;
}

footer {
    width: 100%;
    height: 100px;
    background-color: black;
}
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.