samedi 5 mai 2012

How to make a Pure CSS RSS Feed icon

In this article I will show you how to make a RSS feed icon using only CSS.Here is what the finished result looks like:/* RSS icon */div.rssIconContainer { float: left; position: relative; left: 0; top: 0; width: 140px; height: 140px; z-index: 2; }div.rssIconContainer > div{ float: left; position: absolute; left: 0; bottom: 0;

Aucun commentaire:

Enregistrer un commentaire