“Bootstrap -Karten mit Bild” Code-Antworten

Bootstrap -Karte ändern Bild

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

Bootstrap -Karten mit Bild

<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

.KARD -Klasse

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

Image Dentro do karten Bootstrap

card img
Comfortable Crossbill

Ähnliche Antworten wie “Bootstrap -Karten mit Bild”

Fragen ähnlich wie “Bootstrap -Karten mit Bild”

Weitere verwandte Antworten zu “Bootstrap -Karten mit Bild” auf HTML

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen