我正在使用 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>