Grids

Grids offers grid based system layout.It divides the container or pages into sections.

grid-50-50-layout

Add grid-50-50-layout class on the wrapper div to divide two different divs into equal layout.
Item 1
Item 2
grid-70-30-layout
Add grid-70-30-layout class on the wrapper div to divide two different divs into 70% and 30%.
Item 1
Item 2
grid-30-70-layout
Add grid-30-70-layout class on the wrapper div to divide two different divs into 30% and 70%.
Item 1
Item 2
3 column layout
Add grid-3-column-layout to get 3 column layout.
Item 1
Item 2
Item 3