feuille de styles CSS sur-vitaminée
Go to file
2013-03-31 11:30:11 +03:00
forms.css first commit 2013-03-31 10:19:51 +02:00
grids.css first commit 2013-03-31 10:19:51 +02:00
icons.css first commit 2013-03-31 10:19:51 +02:00
knacss.css first commit 2013-03-31 10:19:51 +02:00
knacss.less first commit 2013-03-31 10:19:51 +02:00
knacss.scss first commit 2013-03-31 10:19:51 +02:00
print.css first commit 2013-03-31 10:19:51 +02:00
README.md Create README.md 2013-03-31 11:30:11 +03:00
rwd.css first commit 2013-03-31 10:19:51 +02:00
tables.css first commit 2013-03-31 10:19:51 +02:00

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:

<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. Take the time to read the documentation before jumping in. Indeed, KNACSS doesnt always suit beginners needs since a little things can have big consequences.