gpt4 book ai didi

CSS:添加固定位置会使标题向右移动?

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

http://codepen.io/anon/pen/potcD

在标题 css 中,为什么当我添加 position: fixed 时,讨论会文本一直向左移动?

最佳答案

当您固定位置时,标题占用内容的宽度,因此请指定宽度。

试试这个风格

header{
position:fixed;
margin:0;
padding:0;
width:100%;
left:0;
text-align:center;
}

关于CSS:添加固定位置会使标题向右移动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22696096/

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