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" style="text-align:center">
<div class="col-sm-4">
<table class="table table-bordered">
<tbody>
<tr>
<td style="padding:0;max-width:311px">
<img src="http://www.icao.int/Meetings/METDIV14/PublishingImages/Registration.png?Mobile=1&Source=%2FMeetings%2FMETDIV14%2F_layouts%2Fmobile%2Fview.aspx%3FList%3D483652af-62da-4044-a9a3-33fc3c4e9efa%26View%3D6d7007d8-ad55-4410-a385-749d702261c2%26ViewMode%3DDetail%26CurrentPage%3D1" alt="Chania">
</br>
<div style="width:95%;margin-left:2.5%">
<h4>SOME IMPORTANT HEADER INFO INFO INFO</h4>
<span>some import text talking about important things that need to be covered importantly</span>
</div>
</td>
</tr>
<tr>
<td>
<img src="images/location-icon.png" alt="Chania"> <span>location name </span>
<img src="images/calendar-icon.png" alt="Chania"> <span>30<sup>st</sup> march, 2015</span>
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-4">
<table class="table table-bordered">
<tbody>
<tr>
<td style="padding:0;max-width:311px">
<img...
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 */