5
I’m trying to make a text overlay on an image with bootstrap, but I’m not getting it.
Someone would know how to do 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>
How are you putting the overlay?
– Vinícius Gobbo A. de Oliveira