Try this for your CSS:
.center img {
display:block;
margin-left:auto;
margin-right:auto;
}
and then add to your image to center it:
class="center"
Try this for your CSS:
.center img {
display:block;
margin-left:auto;
margin-right:auto;
}
and then add to your image to center it:
class="center"