bootstrap怎么让div水平居中

bootstrap4 div水平垂直居中

bootstrap4 让一个div在另一个div中水平垂直居中:

<div d-flex justify-content-center">
    <div class="align-self-center">
    </div>
</div>

以上就是bootstrap怎么让div水平居中的详细内容,更多请关注0133技术站其它相关文章!

赞(0) 打赏
未经允许不得转载:0133技术站首页 » Bootstrap 教程