gpt4 book ai didi

html - 如何将对象对齐到页面中心?

转载 作者:太空宇宙 更新时间:2023-11-04 14:43:31 25 4
gpt4 key购买 nike

我已尝试将我网页中的对象与以下 CSS 对齐,但 objects were not positioned at the centre .我该怎么办?

left:50%;
margin-left:-25%;

最佳答案

你能试试这个吗?效果很好

适用于:Internet Explorer - Google Chrome - Safari - Mozilla

<!-- Div content -->
<div style="margin:0 auto;text-align:center">

<!-- Div align in the middle -->
<div style="margin-left:auto;margin-right:auto;text-align:center">
<p>Hello my text is in the middle :-) </p>
</div>

</div>

关于html - 如何将对象对齐到页面中心?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11666498/

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