From 83986831e3bc2b6ebb6786bfdfd0de63ceb56ba4 Mon Sep 17 00:00:00 2001 From: webarto Date: Sat, 14 Jul 2012 17:08:57 +0200 Subject: [PATCH] updated readme --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79c6498..87ca180 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ -famfamfam -========= \ No newline at end of file +![famfamfam](http://www.famfamfam.com/themes/alphasimple/images/header-text.png) +famfamfam Silk Icons Sprite +=========================== + +This is a CSS image sprite made with PHP from 1000 famfamfam Silk Icons. Its purpose is to simplify embedding famfamfam Silk Icons to your website or/and application. It is faster, easier to upload, and easier to use. + +In a Nutshell +------------- + +Link `famfamfam.css` stylesheet in your HTML and make sure sprite (`famfamfam.png`) is in the same folder. (if not, link it in CSS file) + +```html + +``` +Add an `fam` class to an element (span will do), followed by icon name e.g. `accept`. + +```html + +``` +**WIN** + +Here is a **[DEMO](http://jsfiddle.net/webarto/DX8md/)** (hover over icon to see its name) + +kthxbai! +-------- \ No newline at end of file