BootStrap学习笔记(一):内容块居中的问题

    xiaoxiao2021-03-25  79

    问题描述:使用bootstrap的内容块居中class="center-block",结果不管用 解决办法:给该元素添加一个width即可 代码如下:

    <div class="center-block" style="width:200px"><p>哈哈</p></div>
    转载请注明原文地址: https://ju.6miu.com/read-15868.html

    最新回复(0)