Is the property text-align: center; a good way to center an image using CSS?
text-align: center;
img { text-align: center; }
You can do: