I’m not sure about why your current code have default text-align: left
for div
element.
But please try this one: http://jsfiddle.net/18230pwa/
div img {
display : block;
margin : auto;
}
div {
text-align: left;
}
0
solved Center align image in a div [duplicate]