From f6501f8b1e9620cdf25a1c92774c9cfce9a5b0e8 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Sun, 31 Mar 2013 11:30:11 +0300 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d11416d --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +KNACSS +====== + +KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects. It relies on common best practices and my experience on the topic. + +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: + + + +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 doesn’t always suit beginners’ needs since a little things can have big consequences. + +Useful links +------------ +* Website and download : http://knacss.com/ +* Tutorial : http://knacss.com/demos/tutoriel.html +* Commented code : http://knacss.com/knacss.html