Hello. There is such a mini template. 
How to correctly make up the three lower div blocks? I did this.
<div style="text-align:center;"> <img src="images/slide.png"/> </div> <div class="block">1</div> <div class="block">1</div> <div class="block">1</div> <div class="block">1</div> <div class="block">1</div> <div class="block">1</div> </div> CSS
.block{ border:1px solid #cccccc; width:217px; float:left; margin-right:5px; margin-bottom:20px; height:332px; overflow:hidden; } But in this case, the most extreme block has an indent.
How to make all blocks evenly spaced?
