【CSS】リンクにファビコン

リンクにファビコンをつける。

by tea4two

HTML

<a href=http://github.com>GitHub</a>

CSS

a[href*="github.com"]{
    padding-left:18px;
    background:url(http://www.google.com/s2/u/0/favicons?domain=gist.github.com) left center no-repeat;
}