2006.css

Grid

The Grid Layout is a layout class where there are boxes with content, in a grid. This can be useful for making a downloads page, a storefront, etc.

To create a Grid, use the class "grid" in a div inside some main content. (NOT a split.)

We also need to add some items. Inside your Grid, add a few div's with the class "grid-item".


Item 1
Item 2
Item 3
Item 4

That's one fine grid if I do say so myself.