I'm having an image inside a div
. At the bottom it gets a margin
. I tried Firebug to look at the code for div
and img
, but I did not find anything declared 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>