0
Aligning images
How do you align an image to the center?
1 Antwort
+ 3
Something like this should do the trick:
img {
display: block;
margin: auto;
}
You might be interested in:
https://www.w3schools.com/howto/howto_css_image_center.asp