“kartu bootstrap dengan gambar” Kode Jawaban

gambar ganti kartu bootstrap

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
Muddy Mantis

kartu bootstrap dengan gambar

<div class="card" style="width: 18rem;">
  <img class="card-img-top" src="..." alt="Card image cap">
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
    <a href="#" class="btn btn-primary">Go somewhere</a>
  </div>
</div>
Expensive Eagle

. Kelas kartu

<style>
    .card {
      border: 1px solid #ccc;
      background-color: #f4f4f4;
      padding: 20px;
      margin-bottom: 10px;
    }
  </style>
Funny Frog

Bootstrap kartu dentro do

card img
Comfortable Crossbill

Jawaban yang mirip dengan “kartu bootstrap dengan gambar”

Pertanyaan yang mirip dengan “kartu bootstrap dengan gambar”

Lebih banyak jawaban terkait untuk “kartu bootstrap dengan gambar” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya