Css fluid layout
问题 I'm trying to replicate this layout with HTML/CSS: http://reformrevolution.com/ I think I'm getting close to what I need, but I can't get rid of the vertical space between divs, wich should be equal to the horizontal gap, and I believe the divs are not "going down" in the right order. Here is the code: <body> <div class="Main"> <div class="Diagrama1"> </div> <div class="Diagrama2"> </div> <div class="Diagrama3"> </div> <div class="Diagrama4"> </div> <div class="Diagrama1"> </div> <div class=