grid64 is prepared for 6 distinct ranges of screen sizes:
grid64 is made and maintained by Malte Mayrberger.
It is inspired by and based on Conor Muirheads grid system SimpleGrid which is a fork of a project originally developed by the team at Crowd Favorite.
This site is built with grid64. Below you find an overview of grid widths and an example grid.
The example grid demonstrates some of the possible block combinations together with nesting of blocks.
Start with the .grid64 wrapper. Inside the wrapper create divs with the class .row. Inside each row, create divs with the respective .block-# for content. That's it!
The blocks 1 to 6 form the 6-column grid. They can be combined to blocks of 1/3, 1/2, 3/4, 5/6 and full content width.
To combine these blocks you just have to connect their numbers with dashes. It's super simple.
.block-1
.block-2
.block-3
.block-4
.block-5
.block-6
.block-1-2
.block-3-4
.block-5-6
.block-1-2-3
.block-4-5-6
.block-1-2-3-4
.block-5-6
.block-1-2-3-4-5
.block-6
.block-1-2-3-4-5-6
The blocks 7 to 10 form the 4-column grid. You can combine them just like the 6-column grid blocks.
.block-7
.block-8
.block-9
.block-10
.block-7-8
.block-9-10
.block-7-8-9
.block-10
.block-7-8-9-10
To build more sophisticated layouts you can use nested elements as shown below.
The first div.row in this example contains a div.block-1-2-3-4-5-6 - the HEADER, which contains another div.row which in turn contains a div.block-1 - the LOGO and a div.block-2-3-4-5-6 - the NAVIGATION.
Change the size of your Browser window to see how the layout degrades on small screens. The nested blocks guarantee that your website always retains a sensible content structure on all devices and screen sizes.
You can also combine elements of the 4-column grid and the 6-column grid. Just use the block numbers that best represent each blocks position in that row.
HEADER .block-1-2-3-4-5-6
LOGO .block-1
NAVIGATION .block-2-3-4-5-6
MAIN .block-1-2-3-4
ARTICLE .block-1-2-3
ARTICLE FOOTER .block-7
AUTHOR .block-8
ASIDE .block4
SIDEBAR .block-5-6
LINKS .block-5
META .block-6
RECENT POSTS .block-5-6