JSFiddle - React, Tailwind, and code Playground

by Andrew Pougher

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css">
<div class="row">

  <div class="span5 picboxes">...</div>
  <div class="span5 picboxes">...</div>
  
</div>

CSS

.picboxes{display:inline-block;width:40%;border:3px solid;text-align:center}