예제 소스 Exercise/14장/KidsGao/css/style.css
/******************** *** Night2 *** ********************/ #night2 { position: relative; /* night2 공간을 2차원, 3차원 특징으로 변경합니다. */ width: 100%; height: 800px; background-image: url(../img/oneday/night2/night2_bg.png); /* night2 공간의 배경 이미지를 삽입합니다. */ } #night2 .moon { width: 135px; height: 135px; background-image: url(../img/oneday/night2/moon.png); /* 달 이미지를 삽입합니다. */ } #night2 .night2Bubble { position: absolute; /* 말풍선을 3차원 특징으로 변경합니다. */ margin: 300px 0 0 80px; } #night2 .rightMoonTree { position: absolute; /* 나무를 3차원 특징으로 변경합니다. */ width: 243px; height: 588px; background-image: url(../img/oneday/night2/moontree.png); right: 0; /* night2 공간을 기준으로 오른쪽 끝에 배치합니다. */ bottom: 0; /* night2 공간을 기준으로 하단 끝에 배치합니다. */ }