Skip to content
A CSS grid framework using Flexbox. Only 512 bytes (Gzipped).
HTML CSS
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
dist
src
.editorconfig
.gitignore
index.html
package.json
readme.markdown

readme.markdown

Grd

A CSS grid framework using Flexbox.

Usage

Grd provides 2 classes as base, .Grid and .Cell.

<div class="Grid">
  <div class="Cell --3of12">3of12</div>
  <div class="Cell --9of12">9of12</div>
</div>
Something went wrong with that request. Please try again.