How do you put the image in the center of the diva?
-
How do you put the image in the center of the diva?
-
div{text-align:center}
img{display:block;margin:0 auto}
div{background:url(img) center 0 no-repeat}