<div class="card">
<img class="card-img" src="/placeholder/pictures/image.svg" alt="Card image">
<div class="card-img-overlay">
<p class="card-text">I'm text that has a background image!</p>
</div>
</div>
You don't need to remember all these classes. Just use a bootstrap builder instead.
/* _card.scss:113 */
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: $card-img-overlay-padding;
}
Code copied to the clipboard.
Copying failed
/* _card.scss:113 */
$card-img-overlay-padding