【发布时间】:2022-02-08 04:07:57
【问题描述】:
这里是链接https://vkacademy.in/newm.html
当我为每个部分创建一个容器时,我会在每个容器之间获得空间,如何避免每个容器的空间。
当您看到输出时,我会为我突出显示的每个容器获得空间。如何避开空间?
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<div class="container">
<div class="container bg-danger">
<h1>Bootstrap Tutorial</h1>
<p>Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile-first projects on the web.</p>
</div>
<div class="container bg-success">
<h1>Bootstrap Tutorial</h1>
<p>Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile-first projects on the web.</p>
</div>
</div>
【问题讨论】:
标签: twitter-bootstrap bootstrap-5