gpt4 book ai didi

css - 在 css 中将 float 定义为中心

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

如何在 css 中定义一个 define float as center?实际上,我需要左右之间的布局,而且我尝试了“文本对齐”,但它不起作用,“ float ”属性才有效。

谢谢

最佳答案

你想要这样的东西:

<div style="width: 500px; text-align: center;">

<div style="margin: 0 auto; width: 100px;">I am centered</div>

</div>

关键是text-align: center on the parent, and a margin: 0 auto on the inner element

关于css - 在 css 中将 float 定义为中心,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1622605/

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