bootstrap 4 自动水平居中
Posted 软件工程小施同学
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bootstrap 4 自动水平居中相关的知识,希望对你有一定的参考价值。
1、 文本:class ="text-center"
2、 图片居中:class = "center-block"
3、其他元素:
bootstrap3水平居中:利用bootstrap列偏移 class = "col-md-offset-4 col-lg-offset-4col-xl-offset-4"
bootstrap4水平居中:class = "m-auto"
以上是关于bootstrap 4 自动水平居中的主要内容,如果未能解决你的问题,请参考以下文章