HTML code
Clean, semantic HTML that powers this Bootstrap 3.3.7 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<div class="container bootstrap snippets bootdey">
<div class="row ng-scope">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body text-center">
<div class="pv-lg"><img class="center-block img-responsive img-circle img-thumbnail thumb96" src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="Contact"></div>
<h3 class="m0 text-bold">Audrey Hunt</h3>
<div class="mv-lg">
<p>Hello, I'm a just a dummy contact in your contact list and this is my presentation text. Have fun!</p>
</div>
<div class="text-center"><a class="btn btn-primary" href="">Send message</a></div>
</div>
</div>
<div class="panel panel-default hidden-xs hidden-sm">
<div class="panel-heading">
<div class="panel-title text-center">Recent contacts</div>
</div>
<div class="panel-body">
<div class="media">
<div class="media-left media-middle">
<a href="#"><img class="media-object img-circle img-thumbnail thumb48" src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="Contact"></a>
</div>
<div class="media-body pt-sm">
<div class="text-bold">Floyd Ortiz
<div class="text-sm text-muted">12m ago</div>
</div>
</div>
</div>
<div class="media">
<div class="media-left media-middle">
<a href="#"><img class="media-object img-circle img-thumbnail thumb48" src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Contact"></a>
</div>
<div class="media-body pt-sm">
<div class="text-bold">Luis Vasquez
<div class="text-sm text-muted">2h ago</div>
</div>
</div>
</div>
<div class="media">
<div class="media-left media-middle">
<a href="#"><img class="media-object img-circle img-thumbnail thumb48" src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="Contact"></a>
</div>
<div class="media-body pt-sm">
<div class="text-bold">Duane Mckinney
<div class="text-sm text-muted">yesterday</div>
</div>
</div>
</div>
<div class="media">
<div class="media-left media-middle">
<a href="#"><img class="media-object img-circle img-thumbnail thumb48" src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="Contact"></a>
</div>
<div class="media-body pt-sm">
<div class="text-bold">Connie Lambert
<div class="text-sm text-muted">2 weeks ago</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-8">
<div class="panel panel-default">
<div class="panel-body">
<div class="pull-right">
<div class="btn-group dropdown" uib-dropdown="dropdown">
<button class="btn btn-link dropdown-toggle" uib-dropdown-toggle="" aria-haspopup="true" aria-expanded="false"><em class="fa fa-ellipsis-v fa-lg text-muted"></em></button>
<ul class="dropdown-menu dropdown-menu-right animated fadeInLeft" role="menu">
<li><a href=""><span>Send by message</span></a></li>
<li><a href=""><span>Share contact</span></a></li>
<li><a href=""><span>Block contact</span></a></li>
<li><a href=""><span class="text-warning">Delete contact</span></a></li>
</ul>
</div>
</div>
<div class="h4 text-center">Contact Information</div>
<div class="row pv-lg">
<div class="col-lg-2"></div>
<div class="col-lg-8">
<form class="form-horizontal ng-pristine ng-valid">
<div class="form-group">
<label class="col-sm-2 control-label" for="inputContact1">Name</label>
<div class="col-sm-10">
<input class="form-control" id="inputContact1" type="text" placeholder="" value="Audrey Hunt">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="inputContact2">Email</label>
<div class="col-sm-10">
<input class="form-control" id="inputContact2" type="email" value="[email protected]">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="inputContact3">Phone</label>
<div class="col-sm-10">
<input class="form-control" id="inputContact3" type="text" value="(123) 465 789">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="inputContact4">Mobile</label>
<div class="col-sm-10">
<input class="form-control" id="inputContact4" type="text" value="(12) 123 987 465">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="inputContact5">Website</label>
<div class="col-sm-10">
<input class="form-control" id="inputContact5" type="text" value="http://some.wesbite.com">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="inputContact6">Address</label>
<div class="col-sm-10">
<textarea class="form-control" id="inputContact6" row="4">Some nice Street, 1234</textarea>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="inputContact7">Social</label>
<div class="col-sm-10">
<input class="form-control" id="inputContact7" type="text" value="@Social">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="inputContact8">Company</label>
<div class="col-sm-10">
<input class="form-control" id="inputContact8" type="text" placeholder="No Company">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
<label>
<input type="checkbox"> Favorite contact?</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button class="btn btn-info" type="submit">Update</button>
</div>
</div>
</form>
<div class="text-right"><a class="text-muted" href="#">Delete this contact?</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 3.3.7 to keep the design, spacing, and responsiveness consistent.
Downloadbody{
margin-top:20px;
background:#f5f7fa;
}
.panel.panel-default {
border-top-width: 3px;
}
.panel {
box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
border: 0;
border-radius: 4px;
margin-bottom: 16px;
}
.thumb96 {
width: 96px!important;
height: 96px!important;
}
.thumb48 {
width: 48px!important;
height: 48px!important;
}FAQ
How do I use this snippet?
Include Bootstrap 3.3.7, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.
Can I use it in commercial projects?
Yes. It’s free for personal and commercial work; check the snippets license for details.
Is it responsive?
Yes. It inherits the responsive grid and components from Bootstrap 3.3.7.
About this bootstrap example/template
This free Bootstrap 3.3.7 snippet, contact details page, was published on Oct 29th 2016, 12:01 by Bootdey Admin.
Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.
Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.
Already trusted in 26.8K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 3.3.7
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.3.7 and the grid system of this framework
Responsive
Based on bootstrap framework makes all the layouts perfectly responsive for all devices
Crossbrowser compatibility
Tested on all major browsers, it works smoothly on all of them
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working