HTML code
This is the html code used to create this bootstrap snippet, You can copy, paste, change, customize and run the following HTML code to get a result like the one shown in the preview selection
<div class="container">
<div class="col-md-8">
<div class="profile clearfix">
<div class="image">
<img src="https://via.placeholder.com/1000x300/FFB6C1" class="img-cover">
</div>
<div class="user clearfix">
<div class="avatar">
<img src="https://bootdey.com/img/Content/user-453533-fdadfd.png" class="img-thumbnail img-profile">
</div>
<h2>Martin maoth</h2>
<div class="actions">
<div class="btn-group">
<button class="btn btn-default btn-sm tip btn-responsive" title="" data-original-title="Add to friends"><span class="glyphicon glyphicon-plus glyphicon glyphicon-white"></span> Friends</button>
<button class="btn btn-default btn-sm tip btn-responsive" title="" data-original-title="Send message"><span class="glyphicon glyphicon-envelope glyphicon glyphicon-white"></span> Message</button>
<button class="btn btn-default btn-sm tip btn-responsive" title="" data-original-title="Recommend"><span class="glyphicon glyphicon-share-alt glyphicon glyphicon-white"></span> Recommend</button>
</div>
</div>
</div>
<div class="info">
<p><span class="glyphicon glyphicon-globe"></span> <span class="title">Address:</span> St. Revutskogo, Kiev, Ukraine</p>
<p><span class="glyphicon glyphicon-gift"></span> <span class="title">Date of birth:</span> 14.02.1989</p>
</div>
</div>
</div>
</div>
CSS code
This is the css code used to create this bootstrap snippet, You can copy, paste, change, customize and run the following CSS code to get a result Like the one shown in the preview selection
body{margin-top:20px;}
.profile {
width: 100%;
position: relative;
background: #FFF;
border: 1px solid #D5D5D5;
padding-bottom: 5px;
margin-bottom: 20px;
}
.profile .image {
display: block;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
border: 5px solid #FFF;
}
.profile .user {
position: relative;
padding: 0px 5px 5px;
}
.profile .user .avatar {
position: absolute;
left: 20px;
top: -85px;
z-index: 2;
}
.profile .user h2 {
font-size: 16px;
line-height: 20px;
display: block;
float: left;
margin: 4px 0px 0px 135px;
font-weight: bold;
}
.profile .user .actions {
float: right;
}
.profile .user .actions .btn {
margin-bottom: 0px;
}
.profile .info {
float: left;
margin-left: 20px;
}
.img-profile{
height:100px;
width:100px;
}
.img-cover{
width:800px;
height:300px;
}
@media (max-width: 768px) {
.btn-responsive {
padding:2px 4px;
font-size:80%;
line-height: 1;
border-radius:3px;
}
}
@media (min-width: 769px) and (max-width: 992px) {
.btn-responsive {
padding:4px 9px;
font-size:90%;
line-height: 1.2;
}
}

About this bootstrap snippet
This bootstrap snippet, user profile cover like facebook, was published on Jun 20th 2015, 08:20 by Dey Dey and it is free.
We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.
We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.
This snippet currectly have 16.6K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 3.3.4
This snippet is based on bootstrap 3.3.4 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
Jquery plugins
Great built-in plugins with jquery framework, you can easy to change all declarations
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This snippet can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working