"car colors"
Bootstrap 3.3.0 Snippet by jeevan123456

<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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> <div class="site-panel"> <div class="container"> <div class="row"> <div class="col-md-3 sidebar well"> </div> <div class="col-md-9 content-box"> <div class="well"> <div class="row gaadiexpert-car-color-box"> <div class="col-md-12"> <div class="site-title"> <h3>Audi Q5 Colours</h3> <hr> </div> </div> <div class="row car-color-box "> <div class="col-md-2 text-center"> <a href="#"> <i class="fa fa-circle"></i> <p>Moonlight Blue Metallic</p> </a> </div> <div class="col-md-2 text-center"> <a href="#"> <i class="fa fa-circle red"></i> <p>Moonlight Blue Metallic</p> </a> </div> <div class="col-md-2 text-center"> <a href="#"> <i class="fa fa-circle blue"></i> <p>Moonlight Blue Metallic</p> </a> </div> <div class="col-md-2 text-center"> <a href="#"> <i class="fa fa-circle brown"></i> <p>Moonlight Blue Metallic</p> </a> </div> <div class="col-md-2 text-center"> <a href="#"> <i class="fa fa-circle silver"></i> <p>Moonlight Blue Metallic</p> </a> </div> <div class="col-md-2 text-center"> <a href="#"> <i class="fa fa-circle black"></i> <p>Moonlight Blue Metallic</p> </a> </div> </div> </div> <div class="row gaadiexpert-car-info-box"> <div class="col-md-12"> <div class="site-title"> <h3>Latest On Audi Q5</h3> <hr> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> </div> </div> </div> <div class="row gaadiexpert-car-highlights-box"> <div class="col-md-12"> <div class="site-title"> <h3>Highlights On Audi Q5</h3> <hr> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> </div> </div> </div> <div class="row gaadiexpert-car-mileage-box"> <div class="col-md-12"> <div class="site-title"> <h3>Audi Q5 Mileage</h3> <hr> <p>The claimed ARAI mileage for the Audi Q5 diesel is 17 kmpl.</p> </p> </div> </div> </div> </div> </div> </div> </div> </div>
body {background:#e2e2e2;} .well {background: #fff; min-height: 50px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);position: relative;margin-bottom: 30px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px; border-radius: 2px;} .car-color-box i {font-size:48px;} .red {color:#dd0000;} .blue {color:#219ace;} .brown {color:#a8845c;} .silver {color:#c9c9c9;} .black {color:#000;}

Related: See More


Questions / Comments: