Bootstrap 3 Template
This is a simple Twitter Bootstrap 3 template. You can fork it to get a ready to use Bootstrap 3 fiddle.
HTML
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<div class="container">
<div class="row">
<div class="col-sm-4">
Row 1 Col 1
</div>
<div class="col-sm-4">
This is some long tex that has a greater height than the rest
</div>
<div class="col-sm-4">
Row 1 Col 3
</div>
<div class="col-sm-4">
Row 2 Col 1
</div>
<div class="col-sm-4">
Row 2 Col 2
</div>
<div class="col-sm-4">
Row 3 Col 3
</div>`
</div>
</div>
CSS
/* Latest compiled and minified CSS included as External Resource*/
/* Optional theme */
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');
body {
margin: 10px;
}
JavaScript
/* Latest compiled and minified JavaScript included as External Resource */