JSFiddle - React, Tailwind, and code Playground
by rodrigonery
HTML
<!doctype html>
<html>
<head>
<title>Yuri Responsive!</title>
<link type="text/css" src="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link type="text/css" src="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid row-fluid">
<ul class="thumbnails">
<li class="span3">
<a href="#" class="thumbnail">
<img src="http://placehold.it/260x180" alt="Yuri Responsive!">
</a>
</li>
</ul>
</div>
</body>
</html>