gpt4 book ai didi

css - 如何使用 flexbox 将两个 居中对齐?

转载 作者:太空宇宙 更新时间:2023-11-04 09:12:03 24 4
gpt4 key购买 nike

最佳答案

您需要将 justify-content: center 添加到您的 .tab 类中:

.tab {
display: flex;
self-align: center;
align-items: center;
margin: auto;
width: 100%;
justify-content: center;
border: 1px solid red;
}

关于css - 如何使用 flexbox 将两个 <a/> 居中对齐?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42060680/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com