Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1021 Bytes

README.md

File metadata and controls

56 lines (40 loc) · 1021 Bytes

Venom CSS

A CSS grid library based on flebox.

Getting Started

NPM:

$ npm install --save venomcss

Git:

$ git clone https://github.com/nitrogenlabs/venomcss

Usage

Precompiled CSS (download from the css folder). Full stylesheet is available but lacks the power of custom variables.

Normalize.css

For improved cross-browser rendering, we use Normalize.css, a project by Nicolas Gallagher and Jonathan Neal.

Container

.container

The grid container. Wrapping all rows used within a view. Containers may be nested.

<div class="container">
  ...
</div>

.container-fluid

Extends the container to full width, 100%. Views will maintain the same width as the browser.

<div class="container container-fluid">
  ...
</div>

Grid System

Rows

.row

Columns

.col-[size]-[span]

Theme