본문으로 바로가기

[CSS] 배경 이미지 가운데 정렬

category Helloworld!/CSS 2015. 2. 10. 17:02
div {
    background: url('/img.gif') no-repeat;
    background-position: center;
}