bootstrap hover effect text code example
Example 1: bootsrap caption on hover
<div class="view overlay">
<img src="https://mdbootstrap.com/img/Photos/Others/forest-sm.jpg" class="img-fluid " alt="smaple image">
<div class="mask flex-center rgba-red-strong">
<p class="white-text">Strong overlay</p>
</div>
</div>
Example 2: bootsrap caption on hover
<img src="[...]" class="hoverable">