how to put a text on an image bootstrap 4 code example
Example: image on text in bootstrap
<div class="text-center">
<img src="..." class="rounded" alt="...">
</div>
<div class="text-center">
<img src="..." class="rounded" alt="...">
</div>