Image Group

by Vaibhav Deshwal

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootswatch/3.1.1/flatly/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<div class="container">
    <div class="col-sm-4">
        <img class="img-responsive" src="http://s26.postimg.org/p1igz5epl/image.png">
        <p class="text-center">This is the first</p>
    </div>
    <div class="col-sm-4">
        <img class="img-responsive" src="http://s26.postimg.org/p1igz5epl/image.png">
        <p class="text-center">This is the first</p>
    </div>
    <div class="col-sm-4">
        <img class="img-responsive" src="http://s26.postimg.org/p1igz5epl/image.png">
        <p class="text-center">This is the first</p>
    </div>
    <div class="col-sm-4">
        <img class="img-responsive" src="http://s26.postimg.org/p1igz5epl/image.png">
        <p class="text-center">This is the first</p>
    </div>
</div>