더북(TheBook)

06/05/absolute.html

body{
  margin:0;
}
(중략)
.green-box{
  background-color:green;
  position:absolute;
  left:100px;
}

그림 6-50 실행결과