Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Overview Page"
Bootstrap 3.3.0 Snippet by
jeevan123456
3.3.0
Preview
HTML
CSS
JS
View Full Screen
Fork
Fork this
1.9K
 
1 Fav
Post to Facebook
Tweet this
<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="overview well"> <div class="container"> <div class="row "> <div class="overview-box "> <div class="col-md-6"> <div class="overview-img"> <img class="img-responsive" src="https://media.zigcdn.com/media/model/2018/Jan/audi-q5-right_600x300.jpg"> </div> <div class="overview-links pull-right"> <ul class=list-inline> <li><a href="#">Exterior Images</a></li> <li><a href="#">Interior Images</a></li> <li><a href="#">Insurance</a></li> <li><a href="#">Loans</a></li> </ul> </div> </div> <div class="col-md-6"> <div class="overview-title"> <h2>Audi Q5</h2> </div> <div class="overview-rating"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-half-o"></i> </div> <div class="overview-pricing"> <h3>Rs. 53.25 - 57.60 Lakh*</h3> </div> <div class="exshowroom-pricing"> <div class="form-group"> <label for="sel1">*Ex-Showroom Price</label> <select class="form-control" id="sel1"> <option>New Delhi</option> <option>Mumbai</option> <option>Jaipur</option> <option>Banglore</option> </select> </div> </div> <div class="overview-btns"> <button type="button" class="btn btn-success">View January Offers</button> <button type="button" class="btn btn-warning">View On Road Price</button> </div> <div class="social-icons"> <a href="https://www.facebook.com/"><i id="social-fb" class="fa fa-facebook-square fa-3x social"></i></a> <a href="https://twitter.com/"><i id="social-tw" class="fa fa-twitter-square fa-3x social"></i></a> <a href="https://plus.google.com/"><i id="social-gp" class="fa fa-google-plus-square fa-3x social"></i></a> <a href="mailto:bootsnipp@gmail.com"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a> </div> </div> </div> </div> </div> </div> <div class="site-panel"> <div class="container"> <div class="row"> <div class="sidebar"> <div class="col-md-3 well "> <div class="sidebar-adbox"> <img class="img-responsive" src="https://moatsearch-data.s3.amazonaws.com/creative_screens/2c/c3/29/2cc3291a41140399abe76aeb1cc819ef.jpg"> </div> <div class="margin-t-20"></div> <div class="sidebar-pricebox"> <h4>Q5 Prices in Top Cities</h4> <hr> <ul class="list-inline pricebox-city"> <li><a href="#">New Delhi</a></li> <li>Rs. 53.25 lakh onwards</li> <li><a href="#">Mumbai</a></li> <li>Rs. 53.25 lakh onwards</li> <li><a href="#">Banglore</a></li> <li>Rs. 53.25 lakh onwards</li> <li><a href="#">Hyderabad</a></li> <li>Rs. 53.25 lakh onwards</li> </ul> </div> </div> </div> <div class="col-md-9 contentarea"> <div class="well"> <h3>Audi Q5 Highlights</h3> <hr> <h4>Let's Know about Bootstrap Admin Template </h4> <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> </div>
/*************** CONTENT CSS *************/ .row [class*='col-']:not(:first-child), .row [class*='col-']:not(:last-child) { padding:0px 10px 0px 10px; } .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;} hr {border-color:#ed1c24;} .margin-t-20 {margin-top:20px;} /******************* SIDEBAR CSS ***************/ /************ Overview Area CSS *******************/ .overview-pricing h3 {color:#ed1c24} .content-wrap {padding:15px;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;} /* Social Icons */ .social-icons{margin-top:15px;padding: 0;font-size : 9px;} .social {margin:7px 7px 7px 0px;color:#696969;} #social-fb:hover {color: #3B5998;transition:all .25s;} #social-tw:hover {color: #4099FF;transition:all .25s;} #social-gp:hover {color: #d34836; transition:all .25s;} #social-em:hover {color: #f39c12;transition:all .25s;}
site-panel well --------------------- .well {padding:15px;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;}
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76