"contact Address bar"
Bootstrap 3.3.0 Snippet by Goutam Bishwas

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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"> <h1>Contact Address</h1><br> <div class="row text-center"> <div class="col-sm-3 col-xs-6 first-box"> <h1><span class="glyphicon glyphicon-earphone"></span></h1> <h3>Phone</h3> <p>+880-1700-987654</p><br> </div> <div class="col-sm-3 col-xs-6 second-box"> <h1><span class="glyphicon glyphicon-home"></span></h1> <h3>Location</h3> <p>1036 Gulshan Road</p><br> </div> <div class="col-sm-3 col-xs-6 third-box"> <h1><span class="glyphicon glyphicon-send"></span></h1> <h3>E-mail</h3> <p>info@yourdomain.com</p><br> </div> <div class="col-sm-3 col-xs-6 fourth-box"> <h1><span class="glyphicon glyphicon-leaf"></span></h1> <h3>Web</h3> <p>www.yourdomain.com</p><br> </div> </div> </div>
.first-box{padding:10px;background:#9C0;} .second-box{padding:10px; background:#39F;} .third-box{padding:10px;background:#F66;} .fourth-box{padding:10px;background:#6CC;}

Related: See More


Questions / Comments: