How can I center three tables in a div?

后端 未结 2 1581
暗喜
暗喜 2021-01-28 07:22

I am struggling with a CSS problem. I have three tables and I need them to center in a div. I have tried floating, text-align:center and anything else came in mind but I just ca

2条回答
  •  北恋
    北恋 (楼主)
    2021-01-28 08:14

    Not sure why tables are being used. Bootstrap was mentioned, and is the right idea -- Maybe a bit of overkill, you just need a bit of the grid. Stealing some from Bootstrap:

    http://jsfiddle.net/U9Reg/

    
    
    

    Here is some text.

    Here is some text

    Here is some text.

提交回复
热议问题