How to center cards in bootstrap 4?

前端 未结 5 825
余生分开走
余生分开走 2020-12-02 09:11

I am using bootstrap 4 alpha 3.
I want to center the card horizontally in the middle across the page.

Preview / link: http://codepen.io/vaibhavs

5条回答
  •  伪装坚强ぢ
    2020-12-02 09:37

    You can also use Bootstrap 4 flex classes

    Like: .align-item-center and .justify-content-center

    We can use these classes identically for all device view.

    Like: .align-item-sm-center, .align-item-md-center, .justify-content-xl-center, .justify-content-lg-center, .justify-content-xs-center

    .text-center class is used to align text in center.

提交回复
热议问题