2
I have an image inside a div
. Down she gets a margin
. I tried with Firebug to look at the code of div
and img
, but I found nothing stated with margin
and padding
.
<div class="row">
<div class="col s4">
<img class="responsive-img" src="imagem/IMG_8380.jpg" alt=""/>
</div>
<div class="col s4">
<img class="responsive-img" src="imagem/IMG_8265.jpg" alt=""/>
</div>
<div class="col s4">
<img class="responsive-img" src="imagem/IMG_8711.jpg" alt=""/>
</div>
</div>
It didn’t work @Bruno Romualdo is still showing the margin. You have some idea?
– Hy-brazil
It has how to put the code in some Jsfiddle is easier to see and fix the problem.
– Bruno Romualdo