gpt4 book ai didi

html - 将页眉保持在固定位置时居中问题

转载 作者:太空宇宙 更新时间:2023-11-04 00:18:05 24 4
gpt4 key购买 nike

我在将标题保持在固定位置的同时将所有内容居中时遇到了问题。谁能帮我弄清楚为什么?

这是我的 HTML

<div id="wrapper">
<div class="header">....</div>
<div class="experiences">...</div>
</div>

这是 CSS:

#wrapper {
margin: 0 auto 0 auto;
width: 1000px;
height: auto;
}

.header {
background-color: #222;
color: white;
top: 0;
left: 0;
right: 0;
position: fixed;
height: 130px;
padding: 20px;
width: 1000px;
margin: 0 auto 0 auto;
}

.experiences {
background-color: #eee;
padding: 20px;
* padding-top: 190px;
width: 1000px;
margin-top: 170px;
}

最佳答案

您只需要删除.header 中的leftright 声明。

其余部分应该已经居中(除非您使用非常旧版本的 IE...)。

关于html - 将页眉保持在固定位置时居中问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10451355/

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