백그라운드 이미지 넣기
백그라운드에 이미지를 가운데 첨부파일과 같이 가운데 상단에만 넣으려고 합니다.
관련소스인데 어떻게 수정하면 될까요?
body {
background-image: url(img/background_1.jpg);
background-repeat: no-repeat;
background-position: center;
}
관련소스인데 어떻게 수정하면 될까요?
body {
background-image: url(img/background_1.jpg);
background-repeat: no-repeat;
background-position: center;
}
첨부파일
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 2개
background: url('/img/background_1.jpg') top center no-repeat ;
}
계속 헤매고 있었는데..^^;;