首页 > 解决方案 > 图像周围的持续排水沟 - 如何删除?

问题描述

我正在使用 Bootstrap 4.3.1 并阅读了以前对这个问题的回复,但图像周围的空间仍然存在。

我对 Bootstrap 很陌生,在此之前只有 html 的经验。

我错过了什么?

<main class="bd-masthead" id="content" role="main">
  <div class="container-fluid">
    <div class="row no-gutters align-items-center">
      <div class="col no-gutters">
        <a href="profile001.html">
          <img class="img-responsive" src="https://placekitten.com/200/140" style="width:100%" alt="profile Wu">
        </a>
      </div>
      <div class="col no-gutters">
          <a href="profile002.html">
            <img class="img-responsive" src="https://placekitten.com/200/140" style="width:100%" alt="profile Lin">
          </a>
        </div>
        <div class="col no-gutters">
            <a href="profile002.html">
              <img class="img-responsive" src="https://placekitten.com/200/140" style="width:100%" alt="profile Liu">
            </a>
          </div>
    </div>
  </div>
</main>

标签: htmlbootstrap-4gutter

解决方案


推荐阅读