0
我使用的文檔代碼來創建將有3-4卡的卡列布局。我從一個開始。這裏是我的代碼:Bootstrap 4卡列寬度
<div class="card-columns">
<div class="card">
<img class="card-img-top img-fluid" src="..." alt="Card image cap">
<div class="card-block">
<h4 class="card-title">Card title that wraps to a new line</h4>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit
longer.</p>
</div>
</div>
我要的是有我的專欄以提供整個寬度。就像在我的例子中,當我在某個時候調整它的右側時,它佔用了整個空間。那可能嗎?
謝謝