zen-grids
Version:
Zen Grids is an intuitive, flexible grid system to create responsive, adaptive, fluid and fixed-width layouts.
15 lines (12 loc) • 307 B
CSS
.test {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.test2 {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.test3 {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }