updated readme
This commit is contained in:
parent
eba90afae7
commit
83986831e3
1 changed files with 25 additions and 2 deletions
27
README.md
27
README.md
|
@ -1,2 +1,25 @@
|
|||
famfamfam
|
||||
=========
|
||||

|
||||
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
|
||||
<link href="famfamfam.css" rel="stylesheet" type="text/css" />
|
||||
```
|
||||
Add an `fam` class to an element (span will do), followed by icon name e.g. `accept`.
|
||||
|
||||
```html
|
||||
<span class="fam accept"></span>
|
||||
```
|
||||
**WIN**
|
||||
|
||||
Here is a **[DEMO](http://jsfiddle.net/webarto/DX8md/)** (hover over icon to see its name)
|
||||
|
||||
kthxbai!
|
||||
--------
|
Loading…
Add table
Add a link
Reference in a new issue