I'm creating a gallery on my website using html and formatting in css, I put each image in a div and used the float tag so that in the gallery view one image stands next to the other. But it's getting a "blank" space. Here is my css format:
.galeria-foto {
background: #ffffff;
width:265px;
height:250px;
float:left;
margin:25px;
padding: 10 auto;
}