Show an icon
There was a request of somebody who wanted to know how i showed my icons on my icon page.
So here it is!
#001 Okay, what we need is this css code:
.icon {
padding: 6px 6px 6px 6px;
background-color: #C1C1C1;
float: left;
margin: 5px 6px 0 10px;
width: 100px;
font-size: 8px;
text-transform: uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
Now you have to paste that code in your css. You can change some thins if you want to (:
#002 The code is started with a dot [.] so it is a div class. If you want to show your icon like i did you have to create something which looks like this:

your text here under your icon or something else
Written by: Helena
#001 Okay, what we need is this css code:
Now you have to paste that code in your css. You can change some thins if you want to (:
#002 The code is started with a dot [.] so it is a div class. If you want to show your icon like i did you have to create something which looks like this:
your text here under your icon or something else
Written by: Helena





