/ Published in: CSS
12 columns, 60 pixels each, with 20 pixel gutter
Expand |
Embed | Plain Text
/* 1KB grid - 12 columns, 60 pixels each, with 20 pixel gutter */ .g1{width:60px;}.g2{width:140px;}.g3{width:220px;}.g4{width:300px;}.g5{width:380px;}.g6{width:460px;}.g7{width:540px;}.g8{width:620px;}.g9{width:700px;}.g10{width:780px;}.g11{width:860px;}.g12{width:940px;}.column{overflow:hidden;float:left;display:inline;margin:0 10px;}.row{width:960px;overflow:hidden;margin:0 auto;}.row .row{width:auto;display:inline-block;margin:0 -10px;}
You need to login to post a comment.
