백그라운드 이미지 넣기
백그라운드에 이미지를 가운데 첨부파일과 같이 가운데 상단에만 넣으려고 합니다.
관련소스인데 어떻게 수정하면 될까요?
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개
13년 전
body {
background: url('/img/background_1.jpg') top center no-repeat ;
}
background: url('/img/background_1.jpg') top center no-repeat ;
}
13년 전
아 정말 넘넘 감사합니다.
계속 헤매고 있었는데..^^;;
계속 헤매고 있었는데..^^;;
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기