大家好,又见面了,我是你们的朋友全栈君。
在没使用flex之前,垂直居中最常用的方法就是将容器的line-height设置为和容器一样的高度,但这种方法很生硬,每次需要更改容器高度的时候都需要考虑line-height,使用以下这种方法可以实现自适应的垂直居中!
<style>
.innner {
display: flex;
background-color: #ea4d22;
height: 100px;
/* line-height: 100px; */
/* text-align: center; */
justify-content: center;
flex-direction: column;
}
.innner2 {
display: flex;
background-color: #18a0c2;
height: 100px;
/* line-height: 100px; */
text-align: center;
justify-content: center;
flex-direction: column;
}
.innner3 {
background-color: #20e64b;
height: 100px;
text-align: center;
}
</style>
<div class="innner">垂直居中示例</div>
<div class="innner2">垂直水平居中示例</div>
<div class="innner3">水平居中示例</div>
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/135229.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...