gpt4 book ai didi

html - 为什么我的 div 不响应底部和左侧

转载 作者:太空宇宙 更新时间:2023-11-03 20:39:08 24 4
gpt4 key购买 nike

我在另一个 div 中有一个 div。我想把它放在红框的左下角,但它没有响应:bottom:0;左:0;

是绿色框。

JSFiddle

编辑:我太健忘了。

最佳答案

.portfoliotekst {
padding-top:1px;
top:0;
width:300px;
height: 340px;
background-color:red;
position:relative; /* add this to specify its position */
}
.viewwebsite {
text-align:center;
bottom:0;
left:0;
margin-top:50px;
line-height:56px;
width:200px;
background-color:#81b63a;
position:relative;
font-size:14pt;
position:absolute; /* add this to specify its position wrt its parent */
}

Demo

关于html - 为什么我的 div 不响应底部和左侧,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28698890/

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