gpt4 book ai didi

html - 将div居中放置在div中,html

转载 作者:行者123 更新时间:2023-11-28 08:38:02 25 4
gpt4 key购买 nike

我在一个 div 中有 3 个 div,我想将底部的居中。我已经尝试了我在网上找到的所有提示(您可以在我的代码中看到...),但没有任何效果。这应该相当容易,但它不会居中。

.container  {
position: relative;
width: 968px;
margin: 0 auto;
text-align: center;
}

.text {
position: absolute;
width: 968px;
height: 100px;">
}

.bg_image {
position: absolute;
width: 968px;
height: 545px;
top: 150px;
background-image: url(x.jpg);
}

.bg_image2 {
position: absolute;
display: block;
width: 50%;
margin: 0 auto;
height: 200px;
top: 545px;
background-image: url(x.png);
background-repeat: no-repeat;
}

最佳答案

首先,在您的 CSS 代码中,.text 中存在一个错误,删除此 "> after height: 100px;其次,如果您不添加您的 html 代码,我们将无法回答这个问题。

关于html - 将div居中放置在div中,html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27938006/

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