美文网首页
flex和justify-content的应用

flex和justify-content的应用

作者: 舒尔诚 | 来源:发表于2022-04-07 10:43 被阅读0次

文字在div居中

.text {
display: flex;
flex-direction: column;
justify-content: space-around;
padding: 60px 0 60px 10px;
}

justify-content和flex、padding配合使文字垂直居中,通过padding调整上下的空隙

相关文章

网友评论

      本文标题:flex和justify-content的应用

      本文链接:https://www.haomeiwen.com/subject/acvjsrtx.html