"Promotional Columns"
Bootstrap 3.0.0 Snippet by downtap

<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> <!------ Include the above in your HEAD tag ----------> <div class="container" style="text-align:center"> <img src="http://placehold.it/530x60" style="margin-right:20px; margin-left:20px"> <img src="http://placehold.it/530x60" style="margin-right:20px; margin-left:20px"> </div> <div class="container"> <h2>3 column example<p class="lead">3 columns on desktop and tablets with responsive images, 1 column on phones</p></h2> <div class="row"> <div class="col-lg-4 col-sm-4 col-xs-12"> <a href="#"> <img src="http://placehold.it/390x60" class="img-responsive"> </a> </div> <div class="col-lg-4 col-sm-4 col-xs-12"> <a href="#"> <img src="http://placehold.it/390x60" class="img-responsive"> </a> </div> <div class="col-lg-4 col-sm-4 col-xs-12"> <a href="#"> <img src="http://placehold.it/390x60" class="img-responsive"> </a> </div> </div> </div> <div class="container"> <h2>2 column example<p class="lead">2 columns on desktop and tablets with responsive images, 1 column on phones</p></h2> <div class="row"> <div class="col-lg-6 col-sm-6 col-xs-12"> <a href="#"> <img src="http://placehold.it/585x60" class="img-responsive"> </a> </div> <div class="col-lg-6 col-sm-6 col-xs-12"> <a href="#"> <img src="http://placehold.it/585x60" class="img-responsive"> </a> </div> </div> </div> <div class="container"> <h2>1 column example<p class="lead">1 column on desktop, tablets and phones with responsive images</p></h2> <div class="row"> <div class="col-lg-12 col-sm-12 col-xs-12"> <a href="#"> <img src="http://placehold.it/1170x60" class="img-responsive"> </a> </div> </div> </div>

Related: See More


Questions / Comments: