【发布时间】:2020-09-07 12:10:44
【问题描述】:
两列之间的网格分隔空间。
<section>
<div class="container mt-2">
<div class="row justify-content-around">
<div class="col-md-8 bg-light justify-content-around">
<h1>Helo</h1>
</div>
<div class="col-md-4 bg-light">
<h1>Hello</h1>
</div>
</div>
</div>
任何人帮助打破两个网格列。
【问题讨论】:
-
请描述你真正想要的是什么。
标签: html css bootstrap-4