
div{
background-image: url('w3css.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-position: value;
}
이 background-position속성은 배경 이미지의 시작 위치를 설정합니다.
기본적으로 배경 이미지 는 요소의 왼쪽 위 모서리에 배치되고 세로 및 가로로 반복됩니다.
left top,
left center,
left bottom,
right top,
right center,
right bottom,
center top,
center center,
center bottom : 바닥 키워드를 하나만 지정하면 다른 값은 “중심”이 됩니다.