gpt4 book ai didi

html - 轮播字幕最低位置

转载 作者:行者123 更新时间:2023-11-28 03:48:05 24 4
gpt4 key购买 nike

有没有办法可以将 Bootstrap 轮播标题重新定位到图像的最低部分? CSS 如下:

.carousel-caption {
max-width: 100%;
width:100%;
background:rgba(0,0,0,0.5);
position: absolute;
left: 0;
}

最佳答案

你可以使用bottom:0px

.carousel-caption {
max-width: 100%;
width:100%;
background:rgba(0,0,0,0.5);
position: absolute;
left: 0;
bottom: 0px;
}

关于html - 轮播字幕最低位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43863446/

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