I'm trying to make a text overlay on an image with the bootstrap, but I'm not getting it.
Would anyone know how to do it and help me?
My code is:
<section class="container">
<div class="row ptf">
<div class="col-sm-4">
<img src="imagens/evidence.png" class="img-responsive" />
</div>
<div class="col-sm-4">
<img src="imagens/evidence.png" class="img-responsive" />
</div>
<div class="col-sm-4">
<img src="imagens/evidence.png" class="img-responsive" />
</div>
</div>
</section>