Grids can be difficult to
do well on the web.
This is why we have so
many frameworks, but
they have issues.
It slices!
It dices!
It juliennes!
/* ===================================== */
.row {
margin-left: -20px; }
.row:before, .row:after {
display: table;
line-height: 0;
content: ""; }
.row:after {
clear: both; }
.span4 {
width: 300px; }