【发布时间】:2020-10-13 23:09:38
【问题描述】:
这是我的 html 代码:
<div class="container-fluid d-flex h-100">
<div class="white h-100" style="background-color: white;">
fixed 100px
</div>
<div class="col-3 blue h-100" style="background-color: blue;">
3
</div>
<div class="col-6 red h-100" style="background-color: red;">
6
</div>
<div class="col-3 blue h-100" style="background-color: blue;">
3
</div>
</div>
你能帮我修复我的代码吗?我需要固定宽度的左侧列,宽度为 100 像素。此列尚未调整大小。我需要的其余空间应该可以按 1 : 2 : 1 的比例动态调整。感谢您的帮助。
【问题讨论】:
标签: html css twitter-bootstrap