gpt4 book ai didi

CSS响应式水平居中

转载 作者:行者123 更新时间:2023-12-04 21:53:56 25 4
gpt4 key购买 nike

我试图将每个屏幕尺寸的图像( Logo )水平居中,做这样的事情

#container {position:relative width:100%; height:100%;}    
#logo {position:absolute; top:0; left:50% width:500px; height:100px;}

而且它不工作。我可能必须以像素为单位使用容器宽度吗?

最佳答案

 #logo {margin-right:auto; margin-left:auto; width:500px; height:100px;}

关于CSS响应式水平居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7571419/

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