Skip to content

Instantly share code, notes, and snippets.

View guillaumevoisin's full-sized avatar

Guillaume Voisin guillaumevoisin

View GitHub Profile
@guillaumevoisin
guillaumevoisin / gist:2774824
Created May 23, 2012 11:53
CSS: Image Replacement
.ir {
border:0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}
@guillaumevoisin
guillaumevoisin / gist:2777217
Created May 23, 2012 19:22 — forked from ebonical/gist:464566
CSS: Clearfix
.clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}