Quick fluid nestable grid


/ Published in: CSS
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. .column {padding:10px;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
  2. img {width:100%; max-width:100%;}
  3. .full {width:100%;}
  4. .half {width:50%;}
  5. .third {width:32%;}

URL: jkdreaming.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.