"variant"
Bootstrap 4.0.0 Snippet by jeevan123456

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.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 ----------> <div class="variant-area"> <div class="container"> <div class="row"> <div class="col-md-12"> <h3>Title Area</h3> </div> </div> <hr> <div class="row"> <div class="col-md-8"> <div class="table-scroll"> <table class="table table-hover table-responsive"> <thead class="bg-warning"> <tr> <th>Variant</th> <th>Ex-Showroom Price</th> <th>.</th> <th>Compare</th> </tr> </thead> <tbody> <tr> <th scope="row"><a href="#">W11 Option AWD</a><br> <small>2179 cc, Manual, Diesel, 0.0 kmpl </small> </th> <td><a href="#">Rs 16.5 Lakh</a><br> <a href="#"><small>Get On Road Price</small></a> </td> <td><button type="button" class="btn btn-outline-danger">Get On Road Price</button></td> <td><div class="form-check"> <label class="form-check-label"> <input class="form-check-input" type="checkbox" id="blankCheckbox" value="option1" aria-label="..."> </label> </div></td> </tr> <tr> <th scope="row"><a href="#">W11 Option AWD</a><br> <small>2179 cc, Manual, Diesel, 0.0 kmpl </small> </th> <td><a href="#">Rs 16.5 Lakh</a><br> <a href="#"><small>Get On Road Price</small></a> </td> <td><button type="button" class="btn btn-outline-danger">Get On Road Price</button></td> <td><div class="form-check"> <label class="form-check-label"> <input class="form-check-input" type="checkbox" id="blankCheckbox" value="option1" aria-label="..."> </label> </div></td> </tr> <tr> <th scope="row"><a href="#">W11 Option AWD</a><br> <small>2179 cc, Manual, Diesel, 0.0 kmpl </small> </th> <td><a href="#">Rs 16.5 Lakh</a><br> <a href="#"><small>Get On Road Price</small></a> </td> <td><button type="button" class="btn btn-outline-danger">Get On Road Price</button></td> <td><div class="form-check"> <label class="form-check-label"> <input class="form-check-input" type="checkbox" id="blankCheckbox" value="option1" aria-label="..."> </label> </div></td> </tr> <tr> <th scope="row"><a href="#">W11 Option AWD</a><br> <small>2179 cc, Manual, Diesel, 0.0 kmpl </small> </th> <td><a href="#">Rs 16.5 Lakh</a><br> <a href="#"><small>Get On Road Price</small></a> </td> <td><button type="button" class="btn btn-outline-danger">Get On Road Price</button></td> <td><div class="form-check"> <label class="form-check-label"> <input class="form-check-input" type="checkbox" id="blankCheckbox" value="option1" aria-label="..."> </label> </div></td> </tr> <tr> <th scope="row"><a href="#">W11 Option AWD</a><br> <small>2179 cc, Manual, Diesel, 0.0 kmpl </small> </th> <td><a href="#">Rs 16.5 Lakh</a><br> <a href="#"><small>Get On Road Price</small></a> </td> <td><button type="button" class="btn btn-outline-danger">Get On Road Price</button></td> <td><div class="form-check"> <label class="form-check-label"> <input class="form-check-input" type="checkbox" id="blankCheckbox" value="option1" aria-label="..."> </label> </div></td> </tr> <tr> <th scope="row"><a href="#">W11 Option AWD</a><br> <small>2179 cc, Manual, Diesel, 0.0 kmpl </small> </th> <td><a href="#">Rs 16.5 Lakh</a><br> <a href="#"><small>Get On Road Price</small></a> </td> <td><button type="button" class="btn btn-outline-danger">Get On Road Price</button></td> <td><div class="form-check"> <label class="form-check-label"> <input class="form-check-input" type="checkbox" id="blankCheckbox" value="option1" aria-label="..."> </label> </div></td> </tr> </tbody> </table> </div> </div> </div> </div> </div>
.table-scroll { height: 500px !important; overflow: scroll; }

Related: See More


Questions / Comments: