HTML 페이지를 기준으로 왼쪽에서 50px, 위쪽으로부터 100px를 배치한다.

코드

h1 {
  position: positive;
  top: 100px;
  left: 50px;
  color: red;
}

실행결과