nikolay-star / flexbox-960-grid

960 grid using flexbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

responsive flexbox 960 grid

Demo - http://kofeman.github.io/flexbox-960-grid/

How to use

  1. add css-file

<link rel="stylesheet" href="flex960.css"/>

  1. write html-markup

<div class="grid">

<div class="col1"></div>

<div class="col11"></div>

</div>

About

960 grid using flexbox


Languages

Language:CSS 100.0%