Is the property text-align: center; a good way to center an image using CSS?
text-align: center;
img { text-align: center; }
.img-container { display: flex; } img { margin: auto; }
this will make the image center in both vertically and horizontally