Grid Wrap in CSS


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

mr. www.somerandomdude.com hooked it up . thanks random dude.


Copy this code and paste it in your HTML
  1. div.post {
  2. width: 222px;
  3. min-height: 210px;
  4. border: 0;
  5. display: -moz-inline-stack;
  6. display: inline-block;
  7. vertical-align: top;
  8. margin: 10px 15px 20px 0px;
  9. zoom: 1;
  10. *display: inline;
  11. _height: 210px;
  12. position: relative;
  13. }

URL: www.somerandomdude.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.