Bootstrap 4 center-block unable to center

前端 未结 3 1731
南旧
南旧 2020-12-13 14:24

I have the following bootstrap html code (its JSX hence the className but the idea is the same):

3条回答
  •  情歌与酒
    2020-12-13 14:55

    Bootstrap 4 does not have center-block Instead, I use d-block mx-auto which sets display to block, and left and right margins to auto.

提交回复
热议问题