gpt4 book ai didi

html - 居中 float div

转载 作者:行者123 更新时间:2023-11-28 07:56:04 26 4
gpt4 key购买 nike

我有两个内容居中的 div,但我无法让 div 在其父容器中居中对齐。我试过了

#section_4{
text-align: center;
padding-bottom: 2em;
padding-top: 6em;

#left_half, #right_half{
margin: 0 auto;
display: inline-block;
padding: none;

}

但这只会将正确的推到右边,并在中间留下一个空隙。

http://jsfiddle.net/hL2g1p9t/

最佳答案

您需要删除 float 属性。使用 inline-blockmargin: 0 auto 应该是您所需要的。

FIDDLE

关于html - 居中 float div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30111073/

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