zen-grids
Version:
Zen Grids is an intuitive, flexible grid system to create responsive, adaptive, fluid and fixed-width layouts.
25 lines (19 loc) • 439 B
CSS
.test {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.test2 {
border-left: 0 ;
border-right: 0 ; }
.test3 {
border-left: 0 ;
border-right: 0 ; }
.test4 {
border-left: 0 ;
border-right: 0 ;
padding-left: 0 ;
padding-right: 0 ; }
.test5 {
otherwise: empty; }
.test6 {
otherwise: empty; }