<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="text-center" style="padding-bottom:30px;">
<h3>Awesome Responsive Background Image Zoom in Animation using pure HTML and CSS</h3>
</div>
<div class="row noPadding">
<div class="col-md-12 noPadding box" >
<div class="col-md-4 first">
<div class="textbox">
<h1>News Feed</h1>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
<div class="col-md-4 second">
<div class="textbox">
<h1>News Feed</h1>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
<div class="col-md-4 thrid">
<div class="textbox">
<h1>News Feed</h1>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
</div>
</div>