【发布时间】:2020-05-09 16:34:31
【问题描述】:
如何将红色标记的“col”元素拉伸到整个屏幕长度?
我试过了:
class="... w-100"
还有这个:
<div class="..." style="height:100vh;">
我的 col 元素如下所示:
<div class="col-12 col-lg-3 col-xl-2 px-lg-0 border-right-lg border-gray-300 bg-dark text-white w-100" style="height:100vh;">
[...]
</div>
【问题讨论】:
-
"length" 是指
width吗?还是width和height都可以? -
这能回答你的问题吗? Bootstrap 4 Holy Grail Layout
标签: html bootstrap-4