/ Published in: CSS
URL: jkdreaming.com
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
.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%;}
You need to login to post a comment.
