bootstrap position text over image code example
Example 1: css text image
background-image: url(pathToImage);
background-size: 100%;
color: transparent;
-webkit-background-clip: text;
Example 2: image on text in bootstrap
<div class="text-center">
<img src="..." class="rounded" alt="...">
</div>