Helloworld!/CSS
[CSS] 배경 이미지 가운데 정렬
shaking
2015. 2. 10. 17:02
div {
background: url('/img.gif') no-repeat;
background-position: center;
}