"Bootstrap Tabbing Template"
Bootstrap 3.3.0 Snippet by Tejesh Sharma

<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 ----------> <section class="about_container bg-gray"> <div class="container "> <div class="row"> <div class="col-sm-12"> <h1 class="section_title1">Here is the Main Title</h1> <p>Text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p> </div></div> <div class="row"> <div class="col-md-12"> <!-- Nav tabs --><div class="service_tab"> <ul class="nav nav-tabs" role="tablist"> <li role="presentation" class="active"><a href="#home" aria-controls="home" role="tab" data-toggle="tab">Tab1 </a></li> <li role="presentation"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab">Tab2 </a></li> <li role="presentation"><a href="#messages" aria-controls="messages" role="tab" data-toggle="tab">Tab3 </a></li> <li role="presentation"><a href="#settings" aria-controls="settings" role="tab" data-toggle="tab">Tab4 </a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <div role="tabpanel" class="tab-pane active" id="home"> <div class="col-sm-6 car_image"> <img src="https://lh6.googleusercontent.com/-y-MY2satK-E/AAAAAAAAAAI/AAAAAAAAAJU/ER_hFddBheQ/photo.jpg" class="img-responsive" alt="carpic1"> </div> <div class="col-sm-6"><h3>Title Area</h3> <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 . </p> <ul class="list-unstyled service_feture"><li>Lorem Ipsum passages,</li><li> And more recently with desktop </li><li> Publishing software like Aldus </li><li> PageMaker including versions </li></ul> </div></div> <div role="tabpanel" class="tab-pane" id="profile"> <div class="col-sm-6 car_image"> <img src="https://cdn.pixabay.com/photo/2016/12/04/21/22/snow-man-1882635_960_720.jpg" class="img-responsive" alt="carpic1"> </div> <div class="col-sm-6"><h3>Title Area 2</h3> <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 . </p> <ul class="list-unstyled service_feture"><li>Lorem Ipsum passages,</li><li> And more recently with desktop </li><li> Publishing software like Aldus </li><li> PageMaker including versions </li></ul> </div></div> <div role="tabpanel" class="tab-pane" id="messages"> <div class="col-sm-6 car_image"> <img src="http://images.all-free-download.com/images/graphiclarge/animal_background_basket_bird_cat_close_closeup_603074.jpg" class="img-responsive" alt="carpic1"> </div> <div class="col-sm-6"><h3>Title Area 3</h3> <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 . </p> <ul class="list-unstyled service_feture"><li>Lorem Ipsum passages,</li><li> And more recently with desktop </li><li> Publishing software like Aldus </li><li> PageMaker including versions </li></ul> </div></div> <div role="tabpanel" class="tab-pane" id="settings"> <div class="col-sm-6 car_image"> <img src="https://cdn.pixabay.com/photo/2016/11/08/05/16/ancient-1807518_960_720.jpg" class="img-responsive" alt="carpic1"> </div> <div class="col-sm-6"><h3>Title Area 4</h3> <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 . </p> <ul class="list-unstyled service_feture"><li>Lorem Ipsum passages,</li><li> And more recently with desktop </li><li> Publishing software like Aldus </li><li> PageMaker including versions </li></ul> </div></div> </div> </div> </div> </div> </div> </section><!--service_section-->
.bg-gray { background: #242424 none repeat scroll 0 0; color: #ffffff; } .about_container { padding: 90px 0; } section, footer { float: left; width: 100%; } .section_title1 { font-size: 41px; font-weight: bold; position: relative; text-transform: uppercase; } .service_tab { line-height: 33px; margin-bottom: 70px; } .service_tab .nav-tabs > li { display: table-cell; float: none; margin-bottom: -1px; } /**service**/ .service_tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; } .service_tab .nav-tabs > li > a { border: none; color: #fff; } .service_tab .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #5CA4FF!important; background: transparent; } .service_tab .nav-tabs > li > a::after { content: ""; background: #5CA4FF; height: 5px; position: absolute; width: 100%; left: 0px; bottom: -2px; transition: all 250ms ease 0s; transform: scale(0); } .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); } .service_tab .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; } .service_tab .tab-pane { overflow: hidden; padding: 15px 0; } .service_tab .tab-content{padding:0px} .service_tab { line-height: 33px; margin-bottom: 70px; } .service_tab .service_feture > li { font-weight: bold; } .service_tab .car_image img { margin-top: 23px; } .service_tab .nav.nav-tabs { display: table; text-align: center; width: 100%; border-bottom: 2px solid #DDD; } .service_tab .nav-tabs > li { display: table-cell; float: none; margin-bottom: -1px; } .service_tab .book_now1 { border-color: #5CA4FF; color: #5CA4FF; font-size: 16px; margin-top: 0; }

Related: See More


Questions / Comments: