Welcome to CSS Grid.
A simple, minimal and lightweight responsive css grid.
Designed for web developers looking for a simple grid to build websites.
- Use percentage or fixed width columns from 1 to 8 with variations.
- Add margins to columns.
- Stack columns for responsive using media queries.
- 4 header options, static, fixed, sticky, reveal.
- 3 navigation options, right, left, center.
Code example, percentage 2 columns:
<div class="p2">
<div class="one">
1
</div>
<div class="two">
2
</div>
</div>