Why doesn't Bootstrap Card contain image? – Photoshop
I'm using the current Bootstrap Card from their documentation: <div class="card" style="width: 20rem;"> <img class="card-img-top" src="/img/drum-kit-min.png"> <div class="card-block"> <h4>Card title</h4> <p>Some quick example text to build on the card title and make up the bulk of the card's content.</p> <a…