gpt4 book ai didi

css - 使用 AlloyUI 在
中居中

转载 作者:行者123 更新时间:2023-11-28 18:57:54 24 4
gpt4 key购买 nike

我在将一些按钮和图像置于 div 中心时遇到了一些问题。请看下图:

enter image description here

现在您可以看到,按钮和图像等没有居中(可能值得一提的是这些东西在表单标签内)。然后当然我有一些测试文本确实居中..

我的 HTML 具有以下结构:

<div class="navigationButtons">
<form>
</form>

<p>Some tect that gets centered...</p>
</div>

还有我的 CSS:

.navigationButtons{
text-align: center;
}

知道为什么会这样吗?

最佳答案

我无法在您的代码上对其进行测试,但这应该可以。

.navigationButtons { 
width:auto;
margin:0 auto;
text-align:center;
}

或者你可以只对齐表格

.navigationButtons form { 
width:auto;
margin:0 auto;
}

关于css - 使用 AlloyUI 在 <div> 中居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7203291/

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