I added 3 images and created a margin of blank space on the right side of the page, as shown in the following screenshots:
Why does that happen and how can I solve it? I upload the code, although when running here it does not show much:
.column {
float: left;
width: 33.33%;
padding: 0;
}
.row::after {
content: "";
clear: both;
display: table;
}
div .column-fisico2 {
padding-left: 30px;
}
<div class="row">
<div class="column column-fisico2">
<img src="https://placehold.it/500x300/" alt="Snow" style="width:90%" height="91%">
</div>
<div class="column">
<img src="https://placehold.it/500x300/" alt="Forest" style="width:90%" height="91%">
</div>
<div class="column columna-emocional1">
<img src="https://placehold.it/500x300/" alt="Mountains" style="width:96.7%" height="91%">
</div>
</div>