Center an Image vertically and horizontally using CSS

前端 未结 10 1058
遥遥无期
遥遥无期 2020-11-30 08:12

How do I vertically and horizontally center an image when I do not know the size of it? I asked this question and someone suggested using a table. This isn\'t the first time

10条回答
  •  旧巷少年郎
    2020-11-30 08:34

    Using CSS there is no easy way to vertically align an image center. Though to align it center horizontally you can use the following

    
    

    I would not reccommend a table for laying out an image as it is not really good practice anymore. Tables should only be used for tabular data.

提交回复
热议问题