Skip to content

Instantly share code, notes, and snippets.

@getflourish
Created September 22, 2011 20:28
Show Gist options
  • Select an option

  • Save getflourish/1235939 to your computer and use it in GitHub Desktop.

Select an option

Save getflourish/1235939 to your computer and use it in GitHub Desktop.
grid.css
#grid {
width: 740px;
margin: 108px auto 0px auto;
padding-left: 200px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .suffix_4 {margin: 20px 10px; display: inline-block; vertical-align: top;}
.grid_1{width:40px}
.grid_2{width:100px}
.grid_3{width:160px}
.grid_4{width:220px;}
.grid_5{width:280px}
.grid_6{width:340px}
.grid_7{width:400px}
.grid_8{width:460px}
.grid_9{width:520px}
.grid_10{width:580px}
.grid_11{width:640px}
.grid_12{width:700px}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.divider {border-bottom: 1px solid #000;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment