PHP前端开发

bootstrap如何居中显示

百变鹏仔 1个月前 (11-13) #bootstrap
文章标签 bootstrap
bootstrap 提供四种水平居中元素的方法:使用 .text-center 类使用 justify-content 实用程序使用 margin: auto使用辅助类 .mx-auto

Bootstrap 居中显示元素

Bootstrap 提供了几种方法来水平居中显示元素:

使用 .text-center 类

使用 justify-content 实用程序

`


Item 1

Item 2

`

使用 margin: auto

使用辅助类

注意: