Bootstrap3 与Bootstrap4垂直水平居中

 

 

Bootstrap水平居中

// 文本:

class ="text-center"
// 图片居中:

class = "center-block"

 

//其他元素:

//bootstrap3水平居中:利用bootstrap列偏移

class = "col-md-offset-4 col-lg-offset-4col-xl-offset-4"
// bootstrap4水平居中:

class = "m-auto"

 

Bootstrap垂直居中

bootstrap3 如何让div内部垂直居中:

Bootstrap的栅格系统使用的是float:left的浮动方式,vertical-align属性不起作用,故把内部div的float属性清除,添加display属性,如下:

.middle {

   float: none;

   display: inline-block;

   vertical-align: middle;

}

 

Bootstrap3登录框自适应水平居中+垂直居中

https://blog.csdn.net/shenzhen_zsw/article/details/75331515

 

Bootstrap4 如何让div内部垂直居中:

给元素定高度

.login-center {

 height: 100vh;

}

 

应用.align-items-center可以使元素垂直居中:

<divclass="row align-items-centerjustify-content-center login-center">

…

</div>

应用. justify-content-center可以使元素水平居中:

效果:

 

 

 

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值