feuille de styles CSS sur-vitaminée
Go to file
Raphael Goetter 8770f1d41f suppression de la police "century gothic", non système 2013-07-11 08:34:19 +02:00
css suppression de la police "century gothic", non système 2013-07-11 08:34:19 +02:00
less suppression de la police "century gothic", non système 2013-07-11 08:34:19 +02:00
sass Brand new version of KNACSS Sass 2013-07-09 14:01:24 +02:00
.gitattributes .git files 2013-03-31 21:31:04 +02:00
.gitignore Removed .sass-cache from commit 2013-04-04 22:20:56 +02:00
0.1' Brand new version of KNACSS Sass 2013-07-09 14:01:24 +02:00
README.md Update README.md 2013-06-25 19:43:19 +02:00

KNACSS

http://www.knacss.com

KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects.

Designed by Alsacreations agency and used on a daily basis in production, KNACSS is not only a lightweight documented framework but also a CSS reset, adapted to every project no matter its size.

It handles basic elements, box sizing, margins, floats, simple and complex aligns, positioning, layout grids, gutters, old IE fallbacks and last but not least responsiveness, everything automagically !

Installation

There is nothing to install. It is only a CSS file you can call as usual in the head of your document with a element:

<link rel="stylesheet" href="knacss.css" media="all">

... Or you can also the KNACSS Builder : http://knacss.com/builder/

Usage

KNACSS is a collection of ready to use styles and snippets to kick start your project. Feel free to use it as a “reset”, then make it grow to suit your needs. Take the time to read the documentation before jumping in. Indeed, KNACSS doesnt always suit beginners needs since a little thing can have big consequences.