Bootsstrap Base page
by Julian
HTML
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<div class="container">
<div class="col-md-6">
<small>Posted by: John</small>
<span class="pull-right">
<small>10-Dec-2016</small>
<!----Place bottom two DIV's on same line, one pulled left and the other pulled right--->
<div id="info">more info</div>
<div id="score">Score - 10</div>
</span>
</div>
</div>