How to Vertically Align a Table in CSS

前端 未结 3 1163
悲哀的现实
悲哀的现实 2021-01-13 04:47

How can I vertically align a table in the middle of the screen with css?

3条回答
  •  囚心锁ツ
    2021-01-13 04:52

    If you can give the table a fixed height, then feel free to adapt the CSS from this site I've just done.

    Bit complicated to explain, but basically you set a 1 pixel high 'horizon' at 50% height of the screen around your content, then offset the top of the element to be centred (i.e. your table) by 50% of its height.

    EDIT: Here's the article I originally made my solution from, with explanation & everything.

提交回复
热议问题