KNACSS/README.md

27 lines
1.3 KiB
Markdown
Raw Normal View History

2013-03-31 10:30:11 +02:00
KNACSS
======
2013-03-31 10:52:41 +02:00
http://www.knacss.com
2013-03-31 10:30:11 +02:00
2013-03-31 10:32:01 +02:00
KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects.
2013-03-31 12:45:09 +02:00
Designed by [Alsacreations agency](http://alsacreations.fr) 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.
2013-03-31 10:32:01 +02:00
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 !
2013-03-31 10:30:11 +02:00
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 <link> element:
<link rel="stylesheet" href="knacss.css" media="all">
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.
2013-03-31 12:45:09 +02:00
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.
2013-03-31 10:30:11 +02:00
Useful links
------------
* Website and download : http://knacss.com/
* Tutorial : http://knacss.com/demos/tutoriel.html
* Commented code : http://knacss.com/knacss.html