gpt4 book ai didi

html - CSS:在div-container的底部放置一个div-container

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

我的意图是将一个 div 容器放在一个 div 容器中,但它在 atm 中不起作用。我应该放在底部的 div-container 粘在整个页面的底部。

.info-container {
display: flex;
margin: 0 0 0 auto;
max-width: 450px;
max-height: 400px;
width: 100%;
height: 100%;
box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.36);
background-color: yellow;
}

div.info-header {
position: relative;
display: flex;
flex-direction: column;
width: 470px;
background: url('../img/infoheader.png') no-repeat;
background-position: auto auto;
height: 100px;
box-sizing: border-box;
}

div.info-header h3 {
font-family: 'SignPanter', sans-serif !important;
text-decoration: none;
font-size: 32px;
color: white;
font-weight: 200;
text-shadow: 1px 1px #747474;
text-align: center;
}

div.info-bottom-text:hover {
color: white;
text-shadow: 1px 1px #747474;
}

.info-bottom {
display: flex;
align-items: flex-end;
position: absolute;
bottom: 0px;
}
<div class="info-container">
<div class="info-header">
<div class="info-header-text">
<h3>Los Santos International Airport</h3>
</div>
</div>
<div class="info-bottom">
ss
<div class="info-bottom-text">
sss
</div>
</div>
</div>

在 div 的页眉和页脚之间应该是一个尚未实现的内容 div。

如果有人可以帮助我解决我的问题,那就太好了!提前致谢。

最佳答案

设置外部div 设置STLye 为

position: relative;

为内部div设置样式为

  position: absolute;
bottom: 0;

关于html - CSS:在div-container的底部放置一个div-container,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50382734/

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