gpt4 book ai didi

html - 高度为 div 的 100%

转载 作者:行者123 更新时间:2023-11-28 00:52:31 25 4
gpt4 key购买 nike

<分区>

我正在为一些本应非常简单的事情而苦苦挣扎。我有两个 div,我希望它们填充 100% 的垂直空间;但我不能!

这是我的代码:

.Contact {
display: flex;
}

.left {
width: 60%;
background-color: tomato;
}

.right {
width: 40%;
background-color: pink;
transition: all 0.5s ease;
}

.right:hover {
width: 50%;
transition: all 0.5s ease;
}
<div class="Contact">
<section class="left">
<h1>Lorem ipsum dolor sit amet.</h1>
</section>
<section class="right">
</section>
</div>

还有一个 fiddle :https://jsfiddle.net/stcd2k1s/

这是一个非常简单的问题,但我做不出来!

谢谢

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