Grid of Boxes

Float boxes side by side:

Some text inside the box.

Some text inside the box.

Some text inside the box.

Note: Here, we use the clearfix hack to take care of the layout flow. We also use the box-sizing property to make sure that the box doesn't break due to extra padding. Try to remove this code to see the effect.