gpt4 book ai didi

html - 在行中的列中拉伸(stretch) div

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

How do I stretch this div in this column to be the same height as the one on the right?

如何将此列中的此 div 拉伸(stretch)为与右侧的高度相同?

我正在使用 bootstrap v4 和 rails,但我只是对这个简单的任务失去了理智。它们是 div,在两个单独的列中,在一行中。呃..谢谢你!

<div class="row justify-content-center" style="width:98vw">
<div class="col-md-4 col-sm-6 col-10">
<div class="booyah-black">
Column 1 content
</div>
</div>
<div class="col-md-4 col-sm-6 col-10">
<div class="booyah-black">
Column 2 content
</div>
</div>
</div>

最佳答案

在内部 div 上使用 h-100...

<div class="row justify-content-center" style="width:98vw">
<div class="col-md-4 col-sm-6 col-10">
<div class="booyah-black h-100">
Column 1 content
</div>
</div>
<div class="col-md-4 col-sm-6 col-10">
<div class="booyah-black h-100">
Column 2 content
</div>
</div>
</div>

关于html - 在行中的列中拉伸(stretch) div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59339494/

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