Skip to content

Instantly share code, notes, and snippets.

View Muhammadaan's full-sized avatar

Aan Muhammadaan

View GitHub Profile
@xeoncross
xeoncross / grid-ie.css
Created December 17, 2011 02:09
Responsive 2, 3, & 4 column grid
/* IE 6/7/8 (1024px+) */
.superflous { display: block; }
.container { margin: 0 auto; width: 960px; }
.third, .twothirds, .forth, .half, .threeforths, .full { display: inline; float: left; margin: 0 0 0 24px; }
.first, .full { margin: 0;}
.forth { width: 222px; }
.third { width: 304px; }
.half { width: 468px; }