/ Published in: CSS
I made this as a simple grid for lenmar.com so that people could drop a predictable layout into an old style site if they needed it without having to reinvent the whole site.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.column {padding:10px;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} img {width:100%; max-width:100%;} .full {width:100%;} .half {width:50%;} .third {width:32%;}
URL: jkdreaming.com