gpt4 book ai didi

html - 使用 Bootstrap 绝对居中图像位置

转载 作者:行者123 更新时间:2023-12-02 09:26:58 24 4
gpt4 key购买 nike

我试图尽可能好地重建一切。 CSS:

.container-fluid-max {
max-width: 1440px;
height: 300px;
background-color: black;
margin: 30px 0;
}
.bg-img{
margin: 0px;
padding: 0px;
height:300px;
border: 3px 0 solid $b-black;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg-img img{
max-height:450px;
position:absolute;
bottom: 0px;
}

https://jsfiddle.net/DTcHh/19984/

我的问题:我试图让图像居中。因为在我的元素中,img 总是不同的/随机的,所以我无法真正说出它的高度/宽度。只是说我不希望它高于 450 像素。

而且进入上面的div也没有问题。这是我想要实现的目标。

最佳答案

试试这个代码:

.bg-img img{
max-height:450px;
position:absolute;
bottom: 0px;
left:0;
right:0;
margin:0 auto
}

关于html - 使用 Bootstrap 绝对居中图像位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36950058/

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