How do I horizontally center a table in Bootstrap

后端 未结 4 2137
深忆病人
深忆病人 2021-02-11 17:53

This my code. What I\'m trying to do is to get this table at the center of the container. But instead, it aligns to the left by default when I use the "container" clas

4条回答
  •  故里飘歌
    2021-02-11 18:28

    Just add a class: text-center in table class.

     
    ... 
    

    It's a native class from Bootstrap that permits horizontal align.

提交回复
热议问题