How to remove this white space between two pictures?
.prot_img img{
margin:0;
padding:0;
}
<div class="col-4 p-0">
<div class="prot_img w-100">
<img class="img-fluid" src="images/banner_image.jpg" alt="">
</div>
</div>
How to remove this white space between two pictures?
.prot_img img{
margin:0;
padding:0;
}
<div class="col-4 p-0">
<div class="prot_img w-100">
<img class="img-fluid" src="images/banner_image.jpg" alt="">
</div>
</div>