gpt4 book ai didi

css - 真正居中的垂直和水平 CSS Div

转载 作者:技术小花猫 更新时间:2023-10-29 12:23:06 25 4
gpt4 key购买 nike

<分区>

如何创建一个真正的中心 CSS div 跨浏览器,例如在保留页面中使用?

我试过这个 2007 年的 css 技巧 - How To Center an Object Exactly In The Center 但正如你从我的 JSFiddle 中看到的那样代码不是 100% 中心。

HTML:

<div class="center">
<p>Text</p>
</div>

CSS:

.center{
position: fixed;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -100px;
border:5px solid black;
}

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