css实现盒子内容垂直方向上居中
程序员文章站
2022-04-30 12:08:39
...
<style>
.box{
width: 200px;
height: 200px;
border:1px solid #000;
display: flex;
flex-direction: column;
justify-content: center;
}
</style>
上一篇: linux配置ssh免密登录
下一篇: flex子盒子换行