Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 418 Bytes

File metadata and controls

19 lines (15 loc) · 418 Bytes

The Simple Grid

A simple and responsive CSS grid without all the clutter.

Simple Layout

One grid class, one or more column class(s).

<div class="grid">
  <div class="col-3>.col-3</div>
  <div class="col-3>.col-3</div>
  <div class="col-3>.col-3</div>
</div>

Grid options

  • Can either have percentage or column based layout
  • Percentages are 25, 30, 40, 50, 60, 70, 75, and 100
  • Columns range 1-15