Posts by Lucas Kauz • 101 points
1 post
-
-1
votes18
answers139957
viewsA: What is the best way to center an element vertically and horizontally?
If you are working with an image <img> can use the vertical-align:middle, but in this case you need to pay attention to the line-height of the element containing the image, it must have the…